Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Remove django-not-configured from the disable list as it is no longer needed.
  • Loading branch information
smk4664 committed Aug 24, 2024
1 parent a7493b4 commit df988c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ load-plugins="pylint_django"
[tool.pylint.message_control]
disable=""",
line-too-long,
django-not-configured,
too-few-public-methods,
too-many-lines,
"""
Expand Down

0 comments on commit df988c1

Please sign in to comment.