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 c634f24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ basepython = python3
deps =
flake8
pep8-naming
commands = flake8 .
commands = flake8 readme_renderer tests

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

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

0 comments on commit c634f24

Please sign in to comment.