Skip to content
Snippets Groups Projects
Commit 00324c41 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch 'add-noqa-checks' into 'master'

Add # noqa to line in checks

See merge request !1334
parents 009fd813 e15c8bde
No related branches found
No related tags found
1 merge request!1334Add # noqa to line in checks
Pipeline #155005 failed
from typing import Optional
import django.apps
from django.core.checks import Tags, Warning, register
from django.core.checks import Tags, Warning, register # noqa
from .mixins import ExtensibleModel, GlobalPermissionModel, PureDjangoModel
from .util.apps import AppConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment