Skip to content

Commit 208e7f4

Browse files
committed
change order
1 parent a0736af commit 208e7f4

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
@@ -7,9 +7,9 @@ repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
88
rev: v0.9.9
99
hooks:
10-
- id: ruff-format
1110
- id: ruff
1211
args: [ --fix ]
12+
- id: ruff-format
1313
- repo: https://github.com/pre-commit/mirrors-mypy
1414
rev: v1.15.0
1515
hooks:

0 commit comments

Comments
 (0)