Skip to content

Commit

Permalink
Adjust linting rules to accommodate large module.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Jul 28, 2020
1 parent 469fff1 commit f63571f
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 @@ -313,7 +313,7 @@ indent-string=' '
max-line-length=100

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

# List of optional constructs for which whitespace checking is disabled. `dict-
# separator` is used to allow tabulation in dicts, etc.: {1 : 1,\n222: 2}.
Expand Down

0 comments on commit f63571f

Please sign in to comment.