Skip to content

Commit

Permalink
ci(mypy[Remove enable_incomplete_feature]): Remove Unpack (added by d…
Browse files Browse the repository at this point in the history
…efault in mypy 1.7.0)

Warning: Unpack is already enabled by default
  • Loading branch information
tony committed Nov 11, 2023
1 parent a039c83 commit de4d33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ files = [
"src/",
"tests/",
]
enable_incomplete_feature = ["Unpack"]
enable_incomplete_feature = []

[tool.django-stubs]
django_settings_module = "tests.settings"
Expand Down

0 comments on commit de4d33a

Please sign in to comment.