increase max line size to 120 in pylintrc

This commit is contained in:
phaseloop
2025-11-05 12:02:34 +00:00
committed by Chris Hennes
parent c2504d2639
commit 32e47bdda6

View File

@@ -398,7 +398,7 @@ indent-after-paren=4
indent-string=' '
# Maximum number of characters on a single line.
max-line-length=100
max-line-length=120
# Maximum number of lines in a module.
max-module-lines=1000