From a43e2f38b46fc82b8acafb865b398d8a5480387a Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sat, 17 Jul 2021 20:19:07 +0100 Subject: fix: add more directories to flake8 excludes --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3