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 ad635bd commit 5865898Copy full SHA for 5865898
tox.ini
@@ -39,7 +39,7 @@ deps =
39
yourdfpy >=0.0.56
40
commands =
41
black --check --diff robot_descriptions
42
- ruff robot_descriptions
+ ruff check robot_descriptions
43
pylint robot_descriptions --exit-zero --rcfile={toxinidir}/tox.ini
44
mypy robot_descriptions --ignore-missing-imports
45
0 commit comments