Skip to content

Commit 534ac2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](asottile/pyupgrade@v2.31.1...v2.34.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v2.7.1](pre-commit/mirrors-prettier@v2.6.2...v2.7.1) - [github.com/pre-commit/mirrors-eslint: v8.12.0 → v8.19.0](pre-commit/mirrors-eslint@v8.12.0...v8.19.0)
1 parent 8a3740d commit 534ac2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_schedule: 'quarterly'
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.1.0
5+
rev: v4.3.0
66
hooks:
77
- id: check-docstring-first
88
- id: end-of-file-fixer
@@ -22,22 +22,22 @@ repos:
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 22.3.0
25+
rev: 22.6.0
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/asottile/pyupgrade
29-
rev: v2.31.1
29+
rev: v2.34.0
3030
hooks:
3131
- id: pyupgrade
3232
args: [--py37-plus]
3333
- repo: https://github.com/pre-commit/mirrors-prettier
34-
rev: 'v2.6.2'
34+
rev: 'v2.7.1'
3535
hooks:
3636
- id: prettier
3737
types: [ts]
3838

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

0 commit comments

Comments
 (0)