Skip to content

Commit 85ed92b

Browse files
authored
ruff: Fixes ruff linter to warn about all issues (#1238)
1 parent cc73b3b commit 85ed92b

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
@@ -45,7 +45,7 @@ commands =
4545
[testenv:linting]
4646
dependency_groups = linting
4747
commands =
48-
ruff check --diff {posargs:pytest_django pytest_django_test tests}
48+
ruff check {posargs:pytest_django pytest_django_test tests}
4949
ruff format --quiet --diff {posargs:pytest_django pytest_django_test tests}
5050
mypy {posargs:pytest_django pytest_django_test tests}
5151
ec .

0 commit comments

Comments
 (0)