Silent ruff runs initially
This commit is contained in:
parent
71c3a85e05
commit
3b99ebdea9
|
@ -141,10 +141,10 @@ AIDER_TEST = bash_cmd(
|
|||
)
|
||||
|
||||
RUFF_FORMAT_AND_AUTO_FIX = bash_cmd(
|
||||
'ruff format',
|
||||
'ruff check --fix --ignore RUF022 --ignore PGH004',
|
||||
'ruff format',
|
||||
'ruff check --fix --ignore RUF022 --ignore PGH004',
|
||||
'ruff format --silent',
|
||||
'ruff check --fix --ignore RUF022 --ignore PGH004 --silent',
|
||||
'ruff format --silent',
|
||||
'ruff check --fix --ignore RUF022 --ignore PGH004 --silent',
|
||||
)
|
||||
|
||||
AIDER_LINT = bash_cmd(
|
||||
|
|
Loading…
Reference in New Issue
Block a user