aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 0 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
deleted file mode 100644
index 6133566..0000000
--- a/tox.ini
+++ /dev/null
@@ -1,10 +0,0 @@
-[flake8]
-max-line-length=100
-ignore=ANN101,D107,W503
-# Don't lint the venv or the CPython cache.
-exclude=.cache,.venv,.git,constants.py,__pycache__
-application_import_names=arthur
-
-[isort]
-profile=black
-line_length=100