summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-11-25 22:04:43 +0100
committerJason R. Coombs <jaraco@jaraco.com>2019-11-25 16:04:43 -0500
commite9cbdb231a59f06a508d86f2b5b14719ee4bbc34 (patch)
tree0b1cdf06b85982a8b0276e33ab86e8148ef600b3 /tox.ini
parent5a201f5da3c97856b53a16a954e4db9f89ad31f9 (diff)
downloadsetuptools-scm-e9cbdb231a59f06a508d86f2b5b14719ee4bbc34.tar.gz
update pre-commit setup to modern practices and ensure flake8 is in line as well (#369)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index b51ef3d..f5dc6e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ markers=
[flake8]
max-complexity = 10
max-line-length = 88
+ignore=E203,W503
exclude=
.git,
.tox,