chore(): small improvements

This commit is contained in:
ITQ
2026-02-22 19:19:44 +03:00
parent 4b69bb3af0
commit 385aae930f
5 changed files with 27 additions and 6 deletions
+2 -2
View File
@@ -62,8 +62,8 @@ class FeatureFlag(BaseModel):
RegexValidator(
regex=FLAG_KEY_PATTERN,
message=(
"Key must start with a lowercase letter and contain only "
"lowercase letters, digits, and underscores."
"Event type name must follow snake_case, "
"camelCase, or PascalCase."
),
)
],