chore(api): Introduce Ruff Formatter. (#7291)
This commit is contained in:
parent
8f16165f92
commit
3571292fbf
61 changed files with 1315 additions and 1335 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue