Skip to content

Commit 3c1f063

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.17.0 → v3.18.0](asottile/pyupgrade@v3.17.0...v3.18.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0)
1 parent 21f8e81 commit 3c1f063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v3.17.0
24+
rev: v3.18.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py38-plus]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: isort
3232
- repo: https://github.com/psf/black
33-
rev: 24.8.0
33+
rev: 24.10.0
3434
hooks:
3535
- id: black
3636
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)