Skip to content
Snippets Groups Projects
Verified Commit 19a85d15 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add django stubs for mypy.

parent 52c28161
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,7 @@ autopep8 = "^1.4" ...@@ -56,6 +56,7 @@ autopep8 = "^1.4"
pylama = "^7.7" pylama = "^7.7"
radon = "^3.0" radon = "^3.0"
mypy = "^0.720.0" mypy = "^0.720.0"
django-stubs = "^1.1"
[build-system] [build-system]
requires = ["poetry>=0.12"] requires = ["poetry>=0.12"]
......
...@@ -8,3 +8,9 @@ ignore = E501 ...@@ -8,3 +8,9 @@ ignore = E501
[autopep8] [autopep8]
jobs = 0 jobs = 0
aggressive = true aggressive = true
[mypy]
plugins = mypy_django_plugin.main
[mypy.plugins.django-stubs]
django_settings_module = biscuit.core.settings
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment