Skip to content

Commit

Permalink
Update line length and line count upper bounds in linting file.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Jun 1, 2023
1 parent a537484 commit 65f5872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -337,10 +337,10 @@ 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
max-module-lines=3000

# Allow the body of a class to be on the same line as the declaration if body
# contains single statement.
Expand Down

0 comments on commit 65f5872

Please sign in to comment.