Skip to content

Commit c20d2a1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v3.2.2](asottile/pyupgrade@v2.37.3...v3.2.2) - [github.com/psf/black: 22.8.0 → 22.10.0](psf/black@22.8.0...22.10.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.0 → v3.0.0-alpha.4](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.4)
1 parent d4bdb36 commit c20d2a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ repos:
1111
- id: mixed-line-ending
1212

1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.37.3
14+
rev: v3.2.2
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- "--py37-plus"
1919

2020
- repo: https://github.com/psf/black
21-
rev: 22.8.0
21+
rev: 22.10.0
2222
hooks:
2323
- id: black
2424

@@ -34,6 +34,6 @@ repos:
3434
- id: isort
3535

3636
- repo: https://github.com/pre-commit/mirrors-prettier
37-
rev: v3.0.0-alpha.0
37+
rev: v3.0.0-alpha.4
3838
hooks:
3939
- id: prettier

0 commit comments

Comments
 (0)