django-cookiecutter icon indicating copy to clipboard operation
django-cookiecutter copied to clipboard

[CHORE]: Reformat code failing flake-8

Open imAsparky opened this issue 2 years ago • 0 comments

What is the chore? config/settings/base.py:284:9: F541 f-string is missing placeholders config/settings/local.py:131:1: F405 'LOGGING' may be undefined, or defined from star imports: .base config/settings/production.py:4:1: F401 'django.conf.settings' imported but unused config/settings/production.py:16:10: F405 'logging' may be undefined, or defined from star imports: .base config/settings/production.py:94:1: F405 'LOGGING' may be undefined, or defined from star imports: .base config/settings/staging.py:4:1: F401 'django.conf.settings' imported but unused config/settings/staging.py:15:10: F405 'logging' may be undefined, or defined from star imports: .base config/settings/staging.py:93:1: F405 'LOGGING' may be undefined, or defined from star imports: .base config/settings/test.py:17:10: F405 'logging' may be undefined, or defined from star imports: .base

imAsparky avatar Oct 02 '23 07:10 imAsparky