Skip to content

Commit d3a6991

Browse files
committed
pre-commit autoupdate
1 parent 6c4e5fa commit d3a6991

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
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
exclude: ^tests/?.*/assets/.+
77
- id: end-of-file-fixer
88
exclude: ^tests/?.*/assets/.+
99
- repo: https://github.com/pdm-project/pdm
10-
rev: 2.25.4
10+
rev: 2.25.6
1111
hooks:
1212
- id: pdm-lock-check
1313
name: check lock file matches pyproject
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.7
15+
rev: v0.12.9
1616
hooks:
1717
- id: ruff
1818
name: run linter

0 commit comments

Comments
 (0)