1
0
mirror of https://github.com/dkmstr/openuds.git synced 2024-12-23 17:34:17 +03:00
openuds/server/mypy.ini

16 lines
340 B
INI
Raw Normal View History

[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, no-any-return, misc
strict = True
implicit_reexport = true
[mypy.plugins.django-stubs]
django_settings_module = "server.settings"