Skip to content

Commit

Permalink
Add mypy django plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebucatnetzer committed Jul 2, 2023
1 parent 6d1611b commit c091846
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ packages = [
exclude = [
"tests/",
]
plugins = ["mypy_django_plugin.main"]

[tool.django-stubs]
django_settings_module = "network_inventory.settings.local"

[[tool.mypy.overrides]]
module = [
"nested_admin.*",
Expand Down

0 comments on commit c091846

Please sign in to comment.