Skip to content

Commit f3c889d

Browse files
authored
Update .pre-commit-config.yaml
switch ruff hooks
1 parent 0b05f81 commit f3c889d

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
@@ -12,9 +12,9 @@ repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
rev: v0.11.11
1414
hooks:
15-
- id: ruff-format
1615
- id: ruff-check
1716
args: ["--fix"]
17+
- id: ruff-format
1818
- repo: https://github.com/fsfe/reuse-tool
1919
rev: v5.0.2
2020
hooks:

0 commit comments

Comments
 (0)