project: ruff check and format

This commit is contained in:
Chris Milne 2026-06-15 09:45:55 +01:00
parent 0a9d941eea
commit 1e906fc3f0
27 changed files with 93 additions and 63 deletions

View file

@ -4,6 +4,7 @@ Global constants
Exports:
- Environment(StrEnum): LOCAL, TESTING, STAGING, PRODUCTION
"""
from enum import StrEnum, auto