Skip to content

Commit 24e29d1

Browse files
[pre-commit.ci] pre-commit autoupdate (#15)
1 parent 37447e0 commit 24e29d1

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
@@ -18,7 +18,7 @@ repos:
1818
args: [--include-version-classifiers, --min-py-version, "3.7", --max-py-version, "3.11"]
1919

2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.8.0
21+
rev: v3.9.0
2222
hooks:
2323
- id: pyupgrade
2424
args: [--py37-plus]
@@ -31,7 +31,7 @@ repos:
3131
args: ["--profile", "black", "--filter-files"]
3232

3333
- repo: https://github.com/psf/black
34-
rev: 23.3.0
34+
rev: 23.7.0
3535
hooks:
3636
- id: black
3737

0 commit comments

Comments
 (0)