Update line_length.py

Increase max length from 80 to 200
pull/376/head
sharbir 4 years ago committed by GitHub
parent e53ea093e2
commit 34a857d82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,7 @@ TYPE = 'line'
CONF = {'max': int,
'allow-non-breakable-words': bool,
'allow-non-breakable-inline-mappings': bool}
DEFAULT = {'max': 80,
DEFAULT = {'max': 200,
'allow-non-breakable-words': True,
'allow-non-breakable-inline-mappings': False}

Loading…
Cancel
Save