1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-03 01:17:56 +03:00
openuds/server/mypy.ini
2024-01-03 04:40:50 +01:00

13 lines
279 B
INI

[mypy]
#plugins =
# mypy_django_plugin.main
# Exclude all .*/transports/.*/scripts/.* directories
exclude = .*/transports/.*/scripts/.*
mypy_path = $MYPY_CONFIG_FILE_DIR/src
disable_error_code = import
[mypy.plugins.django-stubs]
django_settings_module = "server.settings"