Skip to content

Commit bb57db6

Browse files
authored
Merge pull request #13 from twisted/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 34ea2b1 + f846b94 commit bb57db6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.15.0
3+
rev: v3.17.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
77

88
- repo: https://github.com/psf/black
9-
rev: 24.1.1
9+
rev: 24.8.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.0.0
14+
rev: 7.1.1
1515
hooks:
1616
- id: flake8
1717

@@ -21,7 +21,7 @@ repos:
2121
- id: yesqa
2222

2323
- repo: https://github.com/pre-commit/pre-commit-hooks
24-
rev: v4.5.0
24+
rev: v4.6.0
2525
hooks:
2626
- id: check-merge-conflict
2727
- id: check-toml

0 commit comments

Comments
 (0)