Skip to content

Commit

Permalink
Merge pull request #22 from saritasa-nest/feature/extend-flake8-config
Browse files Browse the repository at this point in the history
Extend flake8-django config with new issues
  • Loading branch information
yalef committed Oct 27, 2023
2 parents c915033 + 7cb6b10 commit 1348b6e
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 1348b6e

Please sign in to comment.