Skip to content

Commit 204c61e

Browse files
stephane-caronStéphane Caron
authored andcommitted
[CI] Switch to ruff in tox.ini
1 parent 74cac6a commit 204c61e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tox.ini

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,19 @@ commands =
2727
[testenv:lint]
2828
deps =
2929
black >=22.10.0
30-
flake8
3130
idyntree >= 8.0.0
32-
isort >=5.8.0
3331
mccabe
3432
mujoco >=2.2.1
3533
mypy
3634
pin >=2.6.14
3735
pybullet >=3.2.5
3836
pylint
3937
robomeshcat >= 1.0.4
38+
ruff >=0.0.220
4039
yourdfpy >=0.0.53
4140
commands =
4241
black --check --diff robot_descriptions
43-
isort --check-only robot_descriptions
44-
flake8 robot_descriptions
42+
ruff robot_descriptions
4543
pylint robot_descriptions --exit-zero --rcfile={toxinidir}/tox.ini
4644
mypy robot_descriptions --ignore-missing-imports
4745

@@ -91,8 +89,5 @@ deps =
9189
commands =
9290
pytest --import-mode=importlib tests/loaders/test_yourdfpy.py
9391

94-
[flake8]
95-
max-line-length = 88
96-
9792
[pylint]
9893
generated-members=mujoco.MjModel, pin.JointModelFreeFlyer, pin.JointModelPX, pin.JointModelPY, pin.JointModelPZ, pin.JointModelPlanar, pin.JointModelRX, pin.JointModelRY, pin.JointModelRZ, pin.JointModelSpherical, pin.JointModelSphericalZYX, pin.JointModelTranslation, pin.Model, pybullet.loadURDF, pybullet.setAdditionalSearchPath

0 commit comments

Comments
 (0)