Skip to content

Commit

Permalink
Fixes pylint length issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa committed Aug 19, 2021
1 parent 622880d commit 64f0303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ load-plugins="pylint_django"
disable=""",
django-not-configured,
too-few-public-methods,
too-many-lines,
"""

[tool.pylint.miscellaneous]
Expand Down

0 comments on commit 64f0303

Please sign in to comment.