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 c339dd2
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",
"DJ11",
]
statistics = true
count = true
max-complexity = 10
Expand Down

0 comments on commit c339dd2

Please sign in to comment.