Skip to content

Commit 2c61e08

Browse files
Automated pre-commit hook update (#297)
Co-authored-by: MatthewMiddlehurst <[email protected]>
1 parent 75dfaba commit 2c61e08

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
@@ -35,7 +35,7 @@ repos:
3535
args: [ "--fix"]
3636

3737
- repo: https://github.com/asottile/pyupgrade
38-
rev: v3.17.0
38+
rev: v3.18.0
3939
hooks:
4040
- id: pyupgrade
4141
args: [ "--py39-plus" ]
@@ -56,7 +56,7 @@ repos:
5656
args: [ "--max-line-length=88", "--extend-ignore=E203" ]
5757

5858
- repo: https://github.com/psf/black
59-
rev: 24.8.0
59+
rev: 24.10.0
6060
hooks:
6161
- id: black
6262
language_version: python3
@@ -76,7 +76,7 @@ repos:
7676
args: [ "--nbqa-dont-skip-bad-cells", "--extend-ignore=E402,E203", "--max-line-length=88" ]
7777

7878
- repo: https://github.com/mgedmin/check-manifest
79-
rev: "0.49"
79+
rev: "0.50"
8080
hooks:
8181
- id: check-manifest
8282
stages: [ manual ]

0 commit comments

Comments
 (0)