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 9121481 commit 4270c14Copy full SHA for 4270c14
tox.ini
@@ -21,7 +21,7 @@ description = Lint and code formatting checks (ruff)
21
extras = lint
22
commands =
23
ruff check --no-fix --show-fixes {[testenv]python_source_dirs}
24
- ruff format --check {[testenv]python_source_dirs} # use check instead of diff to avoid red print of 'x files already formatted'
+ ruff format --diff {[testenv]python_source_dirs}
25
26
[testenv:typecheck]
27
description = Run type checking (mypy)
0 commit comments