Skip to content

Commit 109e6bf

Browse files
committed
2 parents e23430d + 49a061b commit 109e6bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
@@ -19,14 +19,14 @@ repos:
1919
args: ["--profile", "black", "--filter-files"]
2020

2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.17.0
22+
rev: v3.18.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py38-plus]
2626

2727

2828
- repo: https://github.com/psf/black
29-
rev: "24.8.0"
29+
rev: "24.10.0"
3030
hooks:
3131
- id: black
3232

0 commit comments

Comments
 (0)