Suppress the update check in the ruff linter. (#544)
This commit is contained in:
parent
fffe87b7a3
commit
d30cbb3a71
1
changelog.d/544.misc
Normal file
1
changelog.d/544.misc
Normal file
@ -0,0 +1 @@
|
||||
Use [ruff](https://github.com/charliermarsh/ruff/) instead of flake8.
|
@ -6,6 +6,7 @@ set -ex
|
||||
# consistent with CI.
|
||||
|
||||
black .
|
||||
ruff .
|
||||
# --quiet suppresses the update check.
|
||||
ruff --quiet .
|
||||
isort .
|
||||
mypy
|
||||
|
Loading…
x
Reference in New Issue
Block a user