Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 7, 2022
1 parent cdf522d commit 45a3b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@
"KINGFISHER_COLLECT_FILES_STORE", "/data" if production else BASE_DIR / "data"
)

ENABLE_CHECKER = os.getenv("ENABLE_CHECKER", 'true').lower() in ('true', '1', 't', 'T')
ENABLE_CHECKER = os.getenv("ENABLE_CHECKER", "true").lower() in ("true", "1", "t", "T")

0 comments on commit 45a3b07

Please sign in to comment.