mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
10 lines
208 B
YAML
10 lines
208 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
# Ruff version.
|
|
rev: v0.11.7
|
|
hooks:
|
|
# Run the linter of backend.
|
|
- id: ruff
|
|
# Run the formatter of backend.
|
|
- id: ruff-format
|