Skip to content

Commit 9192d17

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](asottile/pyupgrade@v3.15.0...v3.15.2) - [github.com/psf/black: 24.1.1 → 24.3.0](psf/black@24.1.1...24.3.0)
1 parent f20ac7f commit 9192d17

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
@@ -22,7 +22,7 @@
2222
repos:
2323
# Autoformat: Python code, syntax patterns are modernized
2424
- repo: https://github.com/asottile/pyupgrade
25-
rev: v3.15.0
25+
rev: v3.15.2
2626
hooks:
2727
- id: pyupgrade
2828
args:
@@ -36,7 +36,7 @@ repos:
3636

3737
# Autoformat: Python code
3838
- repo: https://github.com/psf/black
39-
rev: "24.1.1"
39+
rev: "24.3.0"
4040
hooks:
4141
- id: black
4242

0 commit comments

Comments
 (0)