Skip to content

Commit f288e47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.38.0 → v3.1.0](asottile/pyupgrade@v2.38.0...v3.1.0) - [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.2](pre-commit/mirrors-prettier@v3.0.0-alpha.0...v3.0.0-alpha.2)
1 parent 26a14c4 commit f288e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ exclude: "(.*/)?secrets/.*"
1414
repos:
1515
# Autoformat: Python code, syntax patterns are modernized
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.38.0
17+
rev: v3.1.0
1818
hooks:
1919
- id: pyupgrade
2020
args:
2121
- --py37-plus
2222

2323
# Autoformat: Python code
2424
- repo: https://github.com/psf/black
25-
rev: 22.8.0
25+
rev: 22.10.0
2626
hooks:
2727
- id: black
2828
args:
@@ -42,7 +42,7 @@ repos:
4242

4343
# Autoformat: js, html, markdown, yaml, json
4444
- repo: https://github.com/pre-commit/mirrors-prettier
45-
rev: v3.0.0-alpha.0
45+
rev: v3.0.0-alpha.2
4646
hooks:
4747
- id: prettier
4848
exclude_types:

0 commit comments

Comments
 (0)