We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af3071 commit 2990105Copy full SHA for 2990105
tox.ini
@@ -17,5 +17,5 @@ description = Run ruff auto-formatting.
17
deps =
18
ruff
19
commands =
20
- ruff format {toxinidir}
+ ruff format --check {toxinidir}
21
0 commit comments