aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-18 20:54:21 -0700
committerGravatar sco1 <[email protected]>2019-03-18 20:54:21 -0700
commitbe5c0ece87455b350bf656e7845cac0834e8c9f0 (patch)
tree22944783b127d31312d64d18945c80da90c52c37
parentAdd flake8-docstrings, add ignored error codes, and relock (diff)
Add constants.py to linting exclusion
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 31337125..62aadda9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,5 +11,9 @@ ignore=
D301,D302,
# Docstring Content
D401,D402,D405,D406,D407,D408,D409,D410,D411,D412,D413,D414
-exclude=__pycache__,venv,.venv,tests,.cache
+exclude=
+ __pycache__,.cache,
+ venv,.venv,
+ tests,
+ constants.py
import-order-style=pycharm