Skip to content

Commit d9251b1

Browse files
Update ruff to 0.2.2
1 parent d3ed9f3 commit d9251b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@ classifiers = [
1919
"Intended Audience :: Developers",
2020
"Intended Audience :: Science/Research",
2121
"License :: OSI Approved :: Apache Software License",
22-
"Programming Language :: Python :: 3",
23-
"Programming Language :: Python :: 3.10",
2422
"Programming Language :: Python :: 3.7",
2523
"Programming Language :: Python :: 3.8",
2624
"Programming Language :: Python :: 3.9",
25+
"Programming Language :: Python :: 3.10",
2726
"Topic :: Scientific/Engineering",
2827
]
2928
dependencies = [

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ deps =
3535
pybullet >=3.2.5
3636
pylint
3737
robomeshcat >= 1.0.4
38-
ruff >=0.0.220
38+
ruff >=0.2.2
3939
yourdfpy >=0.0.56
4040
commands =
4141
black --check --diff robot_descriptions
42-
ruff check robot_descriptions
43-
pylint robot_descriptions --exit-zero --rcfile={toxinidir}/tox.ini
4442
mypy robot_descriptions --ignore-missing-imports
43+
pylint robot_descriptions --exit-zero --rcfile={toxinidir}/tox.ini
44+
ruff check robot_descriptions
45+
ruff format --check robot_descriptions
4546

4647
[testenv:loader-idyntree]
4748
changedir = {toxinidir}/tests/loaders

0 commit comments

Comments
 (0)