Skip to content

Commit feb1f78

Browse files
committed
Update pre-commit versions
1 parent ef439eb commit feb1f78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ exclude: 'docs/|ext/'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.4.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.9.3
11+
rev: v0.15.9
1212
hooks:
1313
- id: ruff
1414
args: [--fix]

0 commit comments

Comments
 (0)