bot
/
.pre-commit-config.yaml
1fail_fast: false
2
3repos:
4 - repo: https://github.com/jakekaplan/loq
5 rev: v0.1.0-alpha.7
6 hooks:
7 - id: loq
8
9 - repo: https://github.com/astral-sh/ruff-pre-commit
10 rev: v0.12.1
11 hooks:
12 - id: ruff-check
13 args: [--fix, --exit-non-zero-on-fix]
14 - id: ruff-format