Skip to content

Commit

Permalink
fix pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladless committed Oct 25, 2023
1 parent 9fecc8d commit e519fc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ build-backend = "poetry.core.masonry.api"


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

[tool.django-stubs]
Expand Down
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,3 @@ per-file-ignores =
*/settings.py:E501
max-complexity = 10

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

[mypy.plugins.django-stubs]
django_settings_module = "adaptive_hockey_federation.settings"

0 comments on commit e519fc9

Please sign in to comment.