Skip to content

Commit dfe942b

Browse files
committed
Update the pre-commit hooks again
1 parent db761d1 commit dfe942b

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
@@ -10,18 +10,18 @@ repos:
1010
- id: check-hooks-apply
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.20.0
13+
rev: v3.21.2
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py39-plus"]
1717

1818
- repo: https://github.com/psf/black-pre-commit-mirror
19-
rev: 25.1.0
19+
rev: 25.12.0
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 6.0.1
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727

0 commit comments

Comments
 (0)