Skip to content

Commit

Permalink
Do not lint on setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 23, 2024
1 parent 415a8bd commit 104ec09
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 @@ -50,12 +50,12 @@ commands = isort --check-only --diff .
[testenv:black]
extras = tests
skipsdist = True
commands = black --check --diff zgw_consumers tests testapp setup.py
commands = black --check --diff zgw_consumers tests testapp

[testenv:flake8]
extras = tests
skipsdist = True
commands = flake8 zgw_consumers tests testapp setup.py
commands = flake8 zgw_consumers tests testapp

[testenv:docs]
basepython=python
Expand Down

0 comments on commit 104ec09

Please sign in to comment.