Skip to content

Commit 700aabc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.1.1 → 24.2.0](psf/black@24.1.1...24.2.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](asottile/pyupgrade@v3.15.0...v3.15.1)
1 parent e3c2d86 commit 700aabc

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 24.1.1
3+
rev: 24.2.0
44
hooks:
55
- id: black
66
args: [--target-version=py38]
@@ -9,7 +9,7 @@ repos:
99
hooks:
1010
- id: isort
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.15.0
12+
rev: v3.15.1
1313
hooks:
1414
- id: pyupgrade
1515
args: [--py38-plus]

0 commit comments

Comments
 (0)