We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11181aa commit f1cce09Copy full SHA for f1cce09
pylint_django/plugin.py
@@ -30,6 +30,7 @@ def register(linter):
30
31
# register any checking fiddlers
32
try:
33
+ # pylint: disable=import-outside-toplevel
34
from pylint_django.augmentations import apply_augmentations
35
apply_augmentations(linter)
36
except ImportError:
0 commit comments