Skip to content

Commit 5865898

Browse files
CI: Update ruff command line
1 parent ad635bd commit 5865898

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
@@ -39,7 +39,7 @@ deps =
3939
yourdfpy >=0.0.56
4040
commands =
4141
black --check --diff robot_descriptions
42-
ruff robot_descriptions
42+
ruff check robot_descriptions
4343
pylint robot_descriptions --exit-zero --rcfile={toxinidir}/tox.ini
4444
mypy robot_descriptions --ignore-missing-imports
4545

0 commit comments

Comments
 (0)