mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
chore(api): Introduce Ruff Formatter. (#7291)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user