diff options
author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2019-11-25 22:04:43 +0100 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-25 16:04:43 -0500 |
commit | e9cbdb231a59f06a508d86f2b5b14719ee4bbc34 (patch) | |
tree | 0b1cdf06b85982a8b0276e33ab86e8148ef600b3 /tox.ini | |
parent | 5a201f5da3c97856b53a16a954e4db9f89ad31f9 (diff) | |
download | setuptools-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ markers= [flake8] max-complexity = 10 max-line-length = 88 +ignore=E203,W503 exclude= .git, .tox, |