Skip to content

Commit 9160c23

Browse files
pre-commit-ci[bot]pmrowla
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/asottile/pyupgrade: v2.38.2 → v3.0.0](asottile/pyupgrade@v2.38.2...v3.0.0)
1 parent cce758d commit 9160c23

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
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/psf/black
5-
rev: 22.8.0
5+
rev: 22.10.0
66
hooks:
77
- id: black
88
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -29,7 +29,7 @@ repos:
2929
args:
3030
- --ignore-words-list=cachable
3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.38.2
32+
rev: v3.0.0
3333
hooks:
3434
- id: pyupgrade
3535
- repo: https://github.com/PyCQA/isort

0 commit comments

Comments
 (0)