We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24d57e commit 855040fCopy full SHA for 855040f
1 file changed
dojo/settings/settings.dist.py
@@ -39,7 +39,7 @@
39
pass
40
41
# reference: https://pypi.org/project/django-environ/
42
-env = environ.FileAwareEnv(**{**dict( # noqa: C408
+env = environ.FileAwareEnv(**{**dict(
43
# Set casting and default values
44
DD_SITE_URL=(str, "http://localhost:8080"),
45
DD_DEBUG=(bool, False),
0 commit comments