aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-11-22 20:04:44 +0200
committerGravatar GitHub <[email protected]>2020-11-22 20:04:44 +0200
commit9c1582c3ab455e3b1854be80c201711e669afa34 (patch)
treefb05e79d7f36bcd7ef49f6d8e1d8560b28cf4a5f
parentRevert Poetry Shell change (diff)
Exclude .venv, .cache and .git from flake8 lint
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e14b761..885ae67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,2 +1,3 @@
[flake8]
max-line-length=88
+exclude=.cache,.venv,.git