Skip to content

Commit 81c59b2

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: 23.12.1 → 24.3.0](psf/black@23.12.1...24.3.0)
1 parent 10f437b commit 81c59b2

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
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010

1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.15.0
12+
rev: v3.15.2
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py37-plus]
@@ -20,7 +20,7 @@ repos:
2020
- id: isort
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.12.1
23+
rev: 24.3.0
2424
hooks:
2525
- id: black
2626

0 commit comments

Comments
 (0)