Skip to content

Commit e6afe79

Browse files
iamgojoof6eyesgithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent 07395fe commit e6afe79

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -12,25 +12,25 @@ repos:
1212
- id: check-merge-conflict
1313

1414
- repo: https://github.com/psf/black
15-
rev: 24.10.0
15+
rev: 25.11.0
1616
hooks:
1717
- id: black
1818
language_version: python3
1919

2020
- repo: https://github.com/asottile/add-trailing-comma
21-
rev: v3.1.0
21+
rev: v4.0.0
2222
hooks:
2323
- id: add-trailing-comma
2424
args: [--py36-plus]
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.19.1
27+
rev: v3.21.1
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py36-plus]
3131

3232
- repo: https://github.com/pycqa/isort
33-
rev: 5.13.2
33+
rev: 7.0.0
3434
hooks:
3535
- id: isort
3636
args: ["--profile", "black", "--filter-files"]

0 commit comments

Comments
 (0)