aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-17 20:19:07 +0100
committerGravatar Joe Banks <[email protected]>2021-07-17 20:19:07 +0100
commita43e2f38b46fc82b8acafb865b398d8a5480387a (patch)
treea48c5093499cf6f105482cfbca574ff310b3a76e
parentfix: remove incorrect if from CI (diff)
fix: add more directories to flake8 excludes
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d9f6a02..7fdc71c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,8 @@
max-line-length=100
ignore=ANN101,D107,W503
# Don't lint the venv or the CPython cache.
-exclude=.venv,__pycache__
+exclude=.cache,.venv,.git,constants.py,__pycache__
+application_import_names=arthur
[tool.isort]
profile = "black"