Skip to content

Commit 7730543

Browse files
committed
Bump pre-commit hook versions
1 parent 52704a1 commit 7730543

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010

1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.12.2
12+
rev: v0.14.14
1313
hooks:
1414
- id: ruff-check
1515
args: [--fix]
1616
- id: ruff-format
1717

1818
- repo: https://github.com/asottile/pyupgrade
19-
rev: v3.20.0
19+
rev: v3.21.2
2020
hooks:
2121
- id: pyupgrade
2222
name: "Enforce Python 3.9+ idioms"

0 commit comments

Comments
 (0)