File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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]
2928dependencies = [
Original file line number Diff line number Diff 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
4040commands =
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]
4748changedir = {toxinidir}/tests/loaders
You can’t perform that action at this time.
0 commit comments