aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-07-17 20:10:11 +0100
committerGravatar Joe Banks <[email protected]>2021-07-17 20:10:11 +0100
commitd3d81582cd7005df16fe3f5306e6afbed75bdb74 (patch)
tree323a7441f6c4d32833fee922208121497c77a9de /tox.ini
Initial commit
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