Skip to content

Commit

Permalink
Make ruff-format check error if not formatted correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Mar 9, 2024
1 parent 5e9dd86 commit d2a1853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -20,4 +20,4 @@ commands = python -m ruff check .

[testenv:ruff-format]
deps = .[lint]
commands = python -m ruff format .
commands = python -m ruff format --check .

0 comments on commit d2a1853

Please sign in to comment.