Skip to content

Commit

Permalink
CICD: Update ruff in tox lint environment
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed May 8, 2024
1 parent 4cdf15a commit c83c865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers = [
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,19 @@ commands =
[testenv:lint]
deps =
black >=22.10.0
ruff >=0.0.220
mypy >=0.812
pin >=2.6.4
pylint >=2.8.2
qpsolvers >=2.7.2
quadprog >=0.1.11
robot_descriptions >=1.9.0
ruff >=0.2.2
commands =
black --check --diff pink
ruff pink
pylint pink --exit-zero --rcfile={toxinidir}/tox.ini
mypy pink --ignore-missing-imports
pylint pink --exit-zero --rcfile={toxinidir}/tox.ini
ruff check pink
ruff format --check pink

[pylint]
; C0103: math variable names do not conform to snake_case naming style
Expand Down

0 comments on commit c83c865

Please sign in to comment.