Skip to content

Commit 4270c14

Browse files
committed
reverted changes to tox.ini to handle this in separate pr
1 parent 9121481 commit 4270c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ description = Lint and code formatting checks (ruff)
2121
extras = lint
2222
commands =
2323
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'
24+
ruff format --diff {[testenv]python_source_dirs}
2525

2626
[testenv:typecheck]
2727
description = Run type checking (mypy)

0 commit comments

Comments
 (0)