Skip to content

Commit 1be17de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.12b0 → 22.3.0](psf/black@21.12b0...22.3.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](asottile/pyupgrade@v2.31.0...v2.31.1) - [github.com/pre-commit/mirrors-prettier: v2.5.1 → v2.6.2](pre-commit/mirrors-prettier@v2.5.1...v2.6.2) - [github.com/pre-commit/mirrors-eslint: v8.6.0 → v8.12.0](pre-commit/mirrors-eslint@v8.6.0...v8.12.0)
1 parent 214c6b6 commit 1be17de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 21.12b0
25+
rev: 22.3.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.31.0
29+
rev: v2.31.1
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py37-plus]
3333
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: 'v2.5.1'
34+
rev: 'v2.6.2'
3535
hooks:
3636
- id: prettier
3737
types: [ts]
3838

3939
- repo: https://github.com/pre-commit/mirrors-eslint
40-
rev: 'v8.6.0'
40+
rev: 'v8.12.0'
4141
hooks:
4242
- id: eslint
4343
files: \.ts$ # *.ts

0 commit comments

Comments
 (0)