Skip to content

Commit 1819181

Browse files
committed
chore(flake8): set extend-exclude option in lieu of exclude and add .direnv
Signed-off-by: Patrick Talbert <ptalbert@redhat.com>
1 parent 4221195 commit 1819181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ commands =
8989
commands = {posargs}
9090

9191
[flake8]
92-
exclude = .git,.venv,.tox,dist,doc,*egg,build,
92+
extend-exclude = .venv,.direnv,dist,doc,build,
9393
max-line-length = 88
9494
# We ignore the following because we use black to handle code-formatting
9595
# E203: Whitespace before ':'

0 commit comments

Comments
 (0)