Skip to content

Commit 922dd05

Browse files
committed
chore: ruff format instead of black
Signed-off-by: Daniel Bluhm <[email protected]>
1 parent f404ac8 commit 922dd05

File tree

6 files changed

+601
-650
lines changed

6 files changed

+601
-650
lines changed

.pre-commit-config.yaml

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11
---
22
repos:
33
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
4-
rev: v9.5.0
4+
rev: v9.16.0
55
hooks:
66
- id: commitlint
77
stages: [commit-msg]
88
args: ["--config", ".commitlint.config.js"]
99
additional_dependencies: ['@commitlint/config-conventional']
10-
- repo: https://github.com/psf/black
11-
rev: 24.3.0
12-
hooks:
13-
- id: black
14-
stages: [commit]
1510
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.3.4
11+
rev: v0.6.8
1712
hooks:
1813
- id: ruff
1914
stages: [commit]
20-
args: [--fix, --exit-non-zero-on-fix]
15+
args: ["--fix", "--exit-non-zero-on-fix"]
16+
- id: ruff-format
17+
stages: [commit]

0 commit comments

Comments
 (0)