1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-25 23:21:41 +03:00
openuds/server/mypy.ini
Adolfo Gómez García 85d71554f6
* Moved test out of src
* Some type improvements for mypy
2023-10-14 17:42:31 +02:00

10 lines
184 B
INI

[mypy]
plugins =
mypy_django_plugin.main
mypy_path = $MYPY_CONFIG_FILE_DIR/src
disable_error_code = import
[mypy.plugins.django-stubs]
django_settings_module = "server.settings"