Skip to content

Commit c18fdff

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.37.3 → v3.1.0](asottile/pyupgrade@v2.37.3...v3.1.0) - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.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 fa9498b commit c18fdff

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
@@ -11,15 +11,15 @@
1111
repos:
1212
# Autoformat: Python code, syntax patterns are modernized
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v2.37.3
14+
rev: v3.1.0
1515
hooks:
1616
- id: pyupgrade
1717
args:
1818
- --py37-plus
1919

2020
# Autoformat: Python code
2121
- repo: https://github.com/psf/black
22-
rev: 22.6.0
22+
rev: 22.10.0
2323
hooks:
2424
- id: black
2525
args:
@@ -38,7 +38,7 @@ repos:
3838

3939
# Autoformat: markdown, yaml
4040
- repo: https://github.com/pre-commit/mirrors-prettier
41-
rev: v3.0.0-alpha.0
41+
rev: v3.0.0-alpha.2
4242
hooks:
4343
- id: prettier
4444

0 commit comments

Comments
 (0)