Skip to content

Commit 994a0dd

Browse files
committed
order
1 parent e2b40a8 commit 994a0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ repos:
8686
- repo: https://github.com/astral-sh/ruff-pre-commit
8787
rev: "v0.2.0"
8888
hooks:
89-
- id: ruff-format
90-
args: ["--preview"]
9189
- id: ruff
9290
args: ["--fix", "--preview"]
91+
- id: ruff-format
92+
args: ["--preview"]
9393

9494
- repo: https://github.com/executablebooks/mdformat
9595
rev: 0.7.17

0 commit comments

Comments
 (0)