mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 00:06:04 +00:00
14 lines
320 B
YAML
14 lines
320 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
|
|
# Run the linter of frontend.
|
|
- id: eslint
|
|
# Run the formatter of frontend.
|
|
- id: eslint-format
|