aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tox.ini14
1 files changed, 0 insertions, 14 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 15d4c7b..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,14 +0,0 @@
-[flake8]
-max-line-length=120
-application-import-names=metricity
-import-order-style=pycharm
-exclude=alembic,.venv,.cache
-extend-ignore=
- # self params in classes.
- ANN101,
- # args and kwargs
- ANN002, ANN003,
- # line break before/after binary operator
- W503, W504,
- # __init__ doc strings
- D107