aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..d9f6a02
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[flake8]
+max-line-length=100
+ignore=ANN101,D107,W503
+# Don't lint the venv or the CPython cache.
+exclude=.venv,__pycache__
+
+[tool.isort]
+profile = "black"
+multi_line_output = 5