Clean Campaign audit and test resources

This commit is contained in:
2026-07-21 03:17:11 +02:00
parent c54fec4cc3
commit 35b3cc151d
4 changed files with 11 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ class FieldType(StrEnum):
INTEGER = "integer"
DOUBLE = "double"
DATE = "date"
PASSWORD = "password"
PASSWORD = "password" # noqa: S105 # nosec B105 - field type vocabulary.
class RecipientType(StrEnum):