1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-03-20 06:50:23 +03:00

Added mypy.ini file for better type checking (mostly Django related)

This commit is contained in:
Adolfo Gómez García 2023-10-14 17:01:14 +02:00
parent de33a96c45
commit e678f9bebb
No known key found for this signature in database
GPG Key ID: DD1ABF20724CDA23

8
server/mypy.ini Normal file
View File

@ -0,0 +1,8 @@
[mypy]
plugins =
mypy_django_plugin.main
mypy_path = $MYPY_CONFIG_FILE_DIR/src
[mypy.plugins.django-stubs]
django_settings_module = "server.settings"