diff options
author | Andrew Godwin | 2022-11-20 11:57:23 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-20 11:57:23 -0700 |
commit | a1acbd16f3fbf4fb9086837e4cf57911ede79cae (patch) | |
tree | 6ab3508702a5b84677de37071327be27b33b1799 | |
parent | 6121f75223ba273d8b6f572e0bdb9168ef3b4f0c (diff) | |
download | takahe-a1acbd16f3fbf4fb9086837e4cf57911ede79cae.tar.gz takahe-a1acbd16f3fbf4fb9086837e4cf57911ede79cae.tar.bz2 takahe-a1acbd16f3fbf4fb9086837e4cf57911ede79cae.zip |
Make pre-commit happy!
-rwxr-xr-x | manage.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ GUARDED_ENVIRONMENTS = [ "production", ] -GUARDED_COMMANDS =[ +GUARDED_COMMANDS = [ "test", ] |