Add autodoc_typehints = 'none'
This commit is contained in:
parent
5ac60de2ef
commit
df97d170bf
@ -181,6 +181,7 @@ intersphinx_mapping = {
|
||||
}
|
||||
|
||||
autodoc_default_flags = ['members']
|
||||
autodoc_typehints = "none"
|
||||
|
||||
# spell checking
|
||||
spelling_lang = 'ru_RU'
|
||||
|
@ -23,6 +23,7 @@ class ZendeskAdmin:
|
||||
:type token: :class:`str`
|
||||
:param password: Пароль администратора, указанный в env
|
||||
:type password: :class:`str`
|
||||
|
||||
"""
|
||||
|
||||
credentials: dict = {
|
||||
|
@ -96,7 +96,7 @@ class StatisticForm(forms.Form):
|
||||
:param range_end: Дата и время окончания работы
|
||||
:type range_end: :class:`django.forms.fields.DateField`
|
||||
"""
|
||||
email = forms.EmailField(
|
||||
email: str = forms.EmailField(
|
||||
label='Электроная почта',
|
||||
widget=forms.EmailInput(
|
||||
attrs={
|
||||
|
Loading…
x
Reference in New Issue
Block a user