Skip to content

Commit

Permalink
Fix max-line-lengh for pylint (#15706)
Browse files Browse the repository at this point in the history
  • Loading branch information
aisk committed Sep 1, 2023
1 parent 67b3cec commit ac74db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,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
Expand Down

0 comments on commit ac74db4

Please sign in to comment.