summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 6be91fe..1177faf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,7 +12,7 @@ addopts =
--ignore=docs --ignore=examples --ignore=notebooks
[pycodestyle]
-exclude = __init__.py,*externals*,constants.py,fixes.py
+exclude = __init__.py,constants.py,fixes.py
ignore = E241,E305,W504
[pydocstyle]