From c634f246a5397f46a95141e0762ed7ec186608a2 Mon Sep 17 00:00:00 2001 From: Kurt McKee Date: Sat, 29 Jun 2024 06:51:51 -0500 Subject: [PATCH] Lint specific directories --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 4a92134..6477101 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ basepython = python3 deps = flake8 pep8-naming -commands = flake8 . +commands = flake8 readme_renderer tests [testenv:packaging] deps = @@ -42,6 +42,5 @@ basepython = python3 extras = [flake8] -exclude = .tox,*.egg select = E,W,F,N max-line-length = 88