__init__.py:
from .common import * try: from .local import * except ImportError: pass
Код ошибки:
flake8 --exclude '*migrations*' apps fortytwo_test_task fortytwo_test_task/settings/__init__.py:1:1: F403 'from common import *' used; unable to detect undefined names fortytwo_test_task/settings/__init__.py:3:5: F403 'from local import *' used; unable to detect undefined names
В конце 1 и 3 строки пробовал добавлять
# noqa