Skip to content

Commit

Permalink
Update ruff run command
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrini committed Jul 24, 2024
1 parent f9538c0 commit ff5a1a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_python_linters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e -v
# Run linters and formatters
black --skip-string-normalization .
codespell
ruff . # See pyproject.toml for args
ruff check . # See pyproject.toml for args
mypy --install-types --non-interactive .

0 comments on commit ff5a1a1

Please sign in to comment.