Skip to content

Commit 855d2ce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
1 parent 256adc5 commit 855d2ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818

1919
# python code formatting
2020
- repo: https://github.com/psf/black
21-
rev: 23.12.1
21+
rev: 24.2.0
2222
hooks:
2323
- id: black
2424
args: [--line-length, "120"]
@@ -32,7 +32,7 @@ repos:
3232

3333
# python upgrading syntax to newer version
3434
- repo: https://github.com/asottile/pyupgrade
35-
rev: v3.15.0
35+
rev: v3.15.1
3636
hooks:
3737
- id: pyupgrade
3838
args: [--py38-plus]

0 commit comments

Comments
 (0)