Skip to content

Commit 7c9611c

Browse files
committed
make type-check
1 parent 92de2ca commit 7c9611c

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

intbot/mypy.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[mypy]
2+
plugins =
3+
mypy_django_plugin.main
4+
5+
[mypy.plugins.django-stubs]
6+
django_settings_module = "intbot.settings"

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ dependencies = [
1818
"pytest-asyncio>=0.25.2",
1919
"whitenoise>=6.8.2",
2020
"gunicorn>=23.0.0",
21+
"django-stubs>=5.1.1",
2122
]

uv.lock

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)