mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-04-28 11:30:00 +00:00
9 lines
212 B
YAML
9 lines
212 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.4.4
|
|
hooks:
|
|
- id: ruff
|
|
args: ["--fix"]
|
|
exclude: "templates"
|
|
- id: ruff-format
|
|
exclude: "templates"
|