Remove ignore comment after django-stubs fix

django.core.checks.registry.CheckRegistry.register is now typed correctly.
This commit is contained in:
Rob Hudson 2024-09-10 17:50:35 -07:00 коммит произвёл Rob Hudson
Родитель e23ef0f512
Коммит 35341b2822
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -8,6 +8,4 @@ class CspConfig(AppConfig):
name = "csp"
def ready(self) -> None:
# Ignore known issue typeddjango/django-stubs #2232
# The overload of CheckRegistry.register as a function is incomplete
checks.register(check_django_csp_lt_4_0, checks.Tags.security) # type: ignore
checks.register(check_django_csp_lt_4_0, checks.Tags.security)