Hello, the documetation tells us to import all oscar defaults in the
setting file
from oscar.defaults import *
The problem with that is that it makes flake8 pre-commit to fail.
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
config/settings/base.py:8:1: F403 'from oscar.defaults import *'
used; unable to detect undefined names
config/settings/base.py:8:1: F401 'oscar.defaults.*' imported but
unused
Did you find a way to import it in a linter friendly way?
Thanks,
Javier.