Skip to content

Commit c3e014e

Browse files
committed
update .pre-commit-config.yaml to newer versions
1 parent 69ae5ae commit c3e014e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: v4.5.0
7+
rev: v6.0.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.3.4
13+
rev: v0.15.10
1414
hooks:
1515
- id: ruff-format
1616
- id: ruff
1717
args: ["--fix"]
1818
- repo: https://github.com/fsfe/reuse-tool
19-
rev: v3.0.1
19+
rev: v6.2.0
2020
hooks:
2121
- id: reuse

0 commit comments

Comments
 (0)