Skip to content

Commit

Permalink
Fixing lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkle12 committed Aug 8, 2024
1 parent 306127a commit e757452
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ commands = {[testenv:black]commands} . --exclude=/(\.direnv|\.eggs|\.git|\.hg|\.

[testenv:lint]
envdir = {[testenv:flake8]envdir}
deps = {[testenv:flake8]deps}
deps =
{[testenv:flake8]deps}
importlib-metadata==4.13.0
commands = {[testenv:flake8]commands} --format=pylint --exit-zero --output-file=flake8.out --tee

[testenv:test]
Expand All @@ -60,4 +62,4 @@ deps =
setuptools>=42
wheel
setuptools_scm[toml]>=3.4
commands = python setup.py sdist
commands = python setup.py sdist

0 comments on commit e757452

Please sign in to comment.