1
0
mirror of synced 2025-04-19 11:02:15 +03:00

Suppress the update check in the ruff linter. (#544)

This commit is contained in:
Patrick Cloke 2022-12-28 11:23:13 -05:00 committed by GitHub
parent fffe87b7a3
commit d30cbb3a71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

1
changelog.d/544.misc Normal file
View File

@ -0,0 +1 @@
Use [ruff](https://github.com/charliermarsh/ruff/) instead of flake8.

View File

@ -6,6 +6,7 @@ set -ex
# consistent with CI.
black .
ruff .
# --quiet suppresses the update check.
ruff --quiet .
isort .
mypy