Skip to content

Commit 0d7e434

Browse files
committed
Lint first, format then
As recced by Astral
1 parent ec5bc55 commit 0d7e434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
77
rev: v0.6.3
88
hooks:
9-
- id: ruff-format
109
- id: ruff
1110
args: [--fix, --exit-non-zero-on-fix]
11+
- id: ruff-format
1212

1313
- repo: https://github.com/econchick/interrogate
1414
rev: 1.7.0

0 commit comments

Comments
 (0)