Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit a04a214

Browse files
updated tox command
1 parent c4fee3a commit a04a214

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
@@ -20,7 +20,7 @@ commands =
2020
black --fast --check pylint_per_file_ignores
2121
isort pylint_per_file_ignores --check
2222
#pylint pylint_per_file_ignores
23-
ruff pylint_per_file_ignores
23+
ruff check pylint_per_file_ignores
2424

2525
skip_install: true
2626
allowlist_externals =

0 commit comments

Comments
 (0)