Skip to content

Commit

Permalink
Merge pull request #8 from alisonlhart/tox-linter-ignores
Browse files Browse the repository at this point in the history
Add new ignores to tox template
  • Loading branch information
alisonlhart authored Feb 14, 2024
2 parents 441f23f + b38d2ae commit 67c0b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands =
[testenv:ruff]
deps = ruff
commands =
bash -c 'ruff check --exclude .tox --select ALL --ignore INP001,FA102,UP001,UP010,I001,FA100 -q extensions/eda/plugins'
bash -c 'ruff check --exclude .tox --select ALL --ignore INP001,FA102,UP001,UP010,I001,FA100,PLR0913,E501 -q extensions/eda/plugins'

[testenv:darglint]
deps = darglint
Expand All @@ -24,4 +24,4 @@ commands =
[testenv:pylint]
deps = pylint
commands =
bash -c 'find ./extensions/eda/plugins -name "*.py" -print0 | xargs -0 pylint --output-format=parseable -sn --disable R0801,E0401,C0103,R0913'
bash -c 'find ./extensions/eda/plugins -name "*.py" -print0 | xargs -0 pylint --output-format=parseable -sn --disable R0801,E0401,C0103,R0913,R0902,R0903'

0 comments on commit 67c0b47

Please sign in to comment.