Skip to content

Commit

Permalink
Lint specific directories
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Jun 29, 2024
1 parent 175c65a commit da1a1b2
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 @@ -22,10 +22,11 @@ commands = mypy readme_renderer

[testenv:pep8]
basepython = python3
skip_install = true
deps =
flake8
pep8-naming
commands = flake8 .
commands = flake8 readme_renderer tests

[testenv:packaging]
deps =
Expand All @@ -42,6 +43,5 @@ basepython = python3
extras =

[flake8]
exclude = .tox,*.egg
select = E,W,F,N
max-line-length = 88

0 comments on commit da1a1b2

Please sign in to comment.