summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2020-08-25 16:15:03 +0200
committerHubert Kario <hkario@redhat.com>2020-08-25 16:15:27 +0200
commite698072f0388d21b15ea507989068290ef58fcc2 (patch)
treefa6d3d3aca062aee61ff3202ee26114c7b84997e /tox.ini
parent5a922f90e5e8702676bf52f53f924376cef4c487 (diff)
downloadecdsa-e698072f0388d21b15ea507989068290ef58fcc2.tar.gz
fix and check for lines 80 chars and longer
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index b994a36..0a484d2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -84,6 +84,5 @@ commands =
exclude = src/ecdsa/test*.py
# We're just getting started. For now, ignore the following problems:
# E203: whitespace before ':' (this needs to be ignored for black compatibility)
-# E501: line too long
# E741: ambiguous variable name
-extend-ignore = E203,E501,E741
+extend-ignore = E203,E741