Skip to content

Commit

Permalink
Lint specific directories (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee authored Jul 1, 2024
1 parent 0817204 commit b447d5d
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 @@ -28,10 +28,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 @@ -48,6 +49,5 @@ basepython = python3
extras =

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

0 comments on commit b447d5d

Please sign in to comment.