chore(api): Introduce Ruff Formatter. (#7291)

This commit is contained in:
-LAN- 2024-08-15 12:54:05 +08:00 committed by GitHub
commit 3571292fbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
61 changed files with 1315 additions and 1335 deletions

View file

@ -11,5 +11,8 @@ fi
# run ruff linter
ruff check --fix ./api
# run ruff formatter
ruff format ./api
# run dotenv-linter linter
dotenv-linter ./api/.env.example ./web/.env.example