aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"