Skip to content

Commit b199086

Browse files
committed
feat: Add exclude path
1 parent 1f496a9 commit b199086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
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+
exclude = .git, venv, .tox, dist, doc, docs, docs/conf.py, *eggs, build, build-pypy, __pycache__, old,
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)