diff --git a/setup.cfg b/setup.cfg index 41af5bc..d6a4ca5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,4 +20,4 @@ select = B,C,E,F,W,T4,B9 [doc8] max-line-length = 79 extension = .rst -ignore-path = docs/_build,pip-wheel-metadata,.git,__pycache__,.tox,.eggs,*.egg,instance +ignore-path = docs/_build,pip-wheel-metadata,.git,__pycache__,.tox,.eggs,*.egg,src/*.egg-info,instance