summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2021-11-16 09:53:37 +0000
committerBernát Gábor <gaborjbernat@gmail.com>2021-11-16 10:41:13 +0000
commitadccfb6b1e021458e02956dc84197dcdd05d6eed (patch)
treec9bfe5e16537d4018a9a7ce3a4c111b5f5e5364c /tox.ini
parentad97564a1eafef6cd72aab91aaafbe918e59f49e (diff)
downloadtox-git-adccfb6b1e021458e02956dc84197dcdd05d6eed.tar.gz
Update setup changelog
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 0 insertions, 10 deletions
diff --git a/tox.ini b/tox.ini
index 09e03bf0..9f72c4f8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -133,13 +133,3 @@ extras =
commands =
python -m pip list --format=columns
python -c "print(r'{envpython}')"
-
-[flake8]
-max-complexity = 22
-max-line-length = 120
-ignore = E203, W503
-unused-arguments-ignore-abstract-functions = true
-noqa-require-code = true
-
-[pep8]
-max-line-length = 120