mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-24 02:01:11 +02:00
Save button for domain application
This commit is contained in:
parent
19c360f3bf
commit
07eb374d25
21 changed files with 979 additions and 312 deletions
|
@ -1,7 +1,12 @@
|
|||
[mypy]
|
||||
plugins =
|
||||
mypy_django_plugin.main
|
||||
# strict_optional: treat None as compatible with every type?
|
||||
# `var: int` is equal to `var: int|None`
|
||||
strict_optional = True
|
||||
# implicit_optional: treat arguments a None default value as implicitly Optional?
|
||||
# `var: int = None` is equal to `var: Optional[int] = None`
|
||||
implicit_optional = True
|
||||
|
||||
[mypy.plugins.django-stubs]
|
||||
django_settings_module = "registrar.config.settings"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue