diff options
author | 2022-07-09 22:07:51 +0100 | |
---|---|---|
committer | 2022-07-09 22:07:51 +0100 | |
commit | 31fda7734bb0cffa460eadc1a39f99343d128713 (patch) | |
tree | e18e1a8ad8e44ab7211311d984c1d835387faa95 | |
parent | Update lint workflow to use python 3.9 (diff) |
Add github cache to flake8 ignore list
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |