Skip to content

Commit ec1709f

Browse files
authored
Update .pre-commit-config.yaml
reset to the origin
1 parent f3c889d commit ec1709f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v4.5.0
88
hooks:
99
- id: check-yaml
1010
- id: end-of-file-fixer
1111
- id: trailing-whitespace
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.11.11
13+
rev: v0.3.4
1414
hooks:
15-
- id: ruff-check
16-
args: ["--fix"]
1715
- id: ruff-format
16+
- id: ruff
17+
args: ["--fix"]
1818
- repo: https://github.com/fsfe/reuse-tool
19-
rev: v5.0.2
19+
rev: v3.0.1
2020
hooks:
2121
- id: reuse

0 commit comments

Comments
 (0)