Skip to content

Commit 4e8a915

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0) - [github.com/asottile/pyupgrade: v2.37.3 → v3.0.0](asottile/pyupgrade@v2.37.3...v3.0.0)
1 parent ed91576 commit 4e8a915

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
@@ -7,7 +7,7 @@ repos:
77
- id: mixed-line-ending
88
- id: trailing-whitespace
99
- repo: https://github.com/psf/black
10-
rev: 22.6.0
10+
rev: 22.10.0
1111
hooks:
1212
- id: black
1313
- repo: https://github.com/pycqa/isort
@@ -21,7 +21,7 @@ repos:
2121
- id: blacken-docs
2222
additional_dependencies: [black==21.5b2]
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.37.3
24+
rev: v3.0.0
2525
hooks:
2626
- id: pyupgrade
2727
args: [--py37-plus]

0 commit comments

Comments
 (0)