Skip to content

Commit

Permalink
chore: Extend generics
Browse files Browse the repository at this point in the history
  • Loading branch information
last-partizan committed Nov 4, 2023
1 parent 9dd7b8f commit 828cb4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ select = [
"C4",
]
ignore = ["E501"]
[tool.ruff.pyflakes]
extend-generics = [
"mongoengine.queryset.QuerySetManager",
"mongoengine.queryset.QuerySet",
"mongoengine.queryset.QuerySetNoCache",
"django_mongoengine.queryset.QuerySetManager",
"django_mongoengine.queryset.QuerySet",
"django_mongoengine.queryset.QuerySetNoCache",
]

0 comments on commit 828cb4e

Please sign in to comment.