Skip to content

Commit bcc24bc

Browse files
ci(pre-commit): Autofixing commit msg from pre-commit.com hooks
1 parent f9ec0e4 commit bcc24bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/config/settings/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
class Environment(str, enum.Enum):
55
PRODUCTION: str = "PROD" # type: ignore
66
DEVELOPMENT: str = "DEV" # type: ignore
7-
STAGING: str = "STAGE" # type:ignore
7+
STAGING: str = "STAGE" # type: ignore

0 commit comments

Comments
 (0)