aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-07-09 22:07:51 +0100
committerGravatar Chris Lovering <[email protected]>2022-07-09 22:07:51 +0100
commit31fda7734bb0cffa460eadc1a39f99343d128713 (patch)
treee18e1a8ad8e44ab7211311d984c1d835387faa95
parentUpdate lint workflow to use python 3.9 (diff)
Add github cache to flake8 ignore list
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4c3386e..15d4c7b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
max-line-length=120
application-import-names=metricity
import-order-style=pycharm
-exclude=alembic,.venv
+exclude=alembic,.venv,.cache
extend-ignore=
# self params in classes.
ANN101,