Skip to content

Commit 0d56038

Browse files
authored
MAINT run black before ruff (#217)
ruff complains about format problems that black fixes.
1 parent 71a87c1 commit 0d56038

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ repos:
1717
- id: mixed-line-ending
1818
- id: trailing-whitespace
1919

20+
- repo: https://github.com/psf/black
21+
rev: "24.10.0"
22+
hooks:
23+
- id: black
24+
2025
- repo: https://github.com/astral-sh/ruff-pre-commit
2126
rev: "v0.8.6"
2227
hooks:
2328
- id: ruff
2429
args: [--fix]
2530

26-
- repo: https://github.com/psf/black
27-
rev: "24.10.0"
28-
hooks:
29-
- id: black
30-
3131
- repo: https://github.com/pre-commit/mirrors-mypy
3232
rev: "v1.14.1"
3333
hooks:

0 commit comments

Comments
 (0)