Skip to content

Commit

Permalink
Suppress the update check in the ruff linter. (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep authored Dec 28, 2022
1 parent fffe87b commit d30cbb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.d/544.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Use [ruff](https://github.com/charliermarsh/ruff/) instead of flake8.
3 changes: 2 additions & 1 deletion scripts-dev/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -ex
# consistent with CI.

black .
ruff .
# --quiet suppresses the update check.
ruff --quiet .
isort .
mypy

0 comments on commit d30cbb3

Please sign in to comment.