summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-10 09:37:02 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-10 10:20:34 +0200
commit57bc8d172cd4502e62b3ded2cc65e1833810ea7e (patch)
tree9d54217094117ee875cf28dd9123787d5fe570fb /tox.ini
parentc03ba2a9cd953f39e3b481ea4ea846a6954a83e0 (diff)
downloadv-i-57bc8d172cd4502e62b3ded2cc65e1833810ea7e.tar.gz
chore: add a config to silence flake8 about long lines
Sponsored-by: author
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..5cf16d3
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,3 @@
+[flake8]
+max-line-length = 999
+ignore = E203, E302, W503 \ No newline at end of file