diff options
author | 2019-03-18 20:54:21 -0700 | |
---|---|---|
committer | 2019-03-18 20:54:21 -0700 | |
commit | be5c0ece87455b350bf656e7845cac0834e8c9f0 (patch) | |
tree | 22944783b127d31312d64d18945c80da90c52c37 | |
parent | Add flake8-docstrings, add ignored error codes, and relock (diff) |
Add constants.py to linting exclusion
-rw-r--r-- | tox.ini | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |