Skip to content

Commit

Permalink
Extend flake8-django config with new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Oct 26, 2023
1 parent c915033 commit 7cb6b10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ ignore = [
"D204",
"D301",
]
extend-select = [
"DJ10", # Model should define verbose_name in Meta class
"DJ11", # Model should define verbose_name_plural in Meta class
]
statistics = true
count = true
max-complexity = 10
Expand Down

0 comments on commit 7cb6b10

Please sign in to comment.