Skip to content

Commit

Permalink
Fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Raidzin authored Oct 27, 2023
1 parent e3cfbe8 commit e38a254
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build-backend = "poetry.core.masonry.api"

[tool.mypy]
plugins = ["mypy_django_plugin.main"]
mypy_path = ./adaptive_hockey_federation
mypy_path = "./adaptive_hockey_federation"

[tool.django-stubs]
django_settings_module = "adaptive_hockey_federation.settings"
django_settings_module = "adaptive_hockey_federation.settings"

0 comments on commit e38a254

Please sign in to comment.