Skip to content

Commit 3760214

Browse files
committed
Increase pylint max line length to 100
1 parent 1c59fa3 commit 3760214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ indent-after-paren=4
272272
indent-string=' '
273273

274274
# Maximum number of characters on a single line.
275-
max-line-length=80
275+
max-line-length=100
276276

277277
# Maximum number of lines in a module.
278278
max-module-lines=1000

0 commit comments

Comments
 (0)