Skip to content

Commit 70c1bc7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 5.8.0 → 5.9.3](PyCQA/isort@5.8.0...5.9.3) - [github.com/psf/black: 21.5b2 → 21.9b0](psf/black@21.5b2...21.9b0) - [github.com/asottile/pyupgrade: v2.19.0 → v2.29.0](asottile/pyupgrade@v2.19.0...v2.29.0) - [github.com/pre-commit/mirrors-eslint: v7.32.0 → v8.0.0-rc.0](pre-commit/mirrors-eslint@v7.32.0...v8.0.0-rc.0)
1 parent 0bdcd00 commit 70c1bc7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ repos:
1616
- id: autoflake
1717
args: ["--in-place", "--remove-all-unused-imports", "--ignore-init-module-imports", "--remove-unused-variables"]
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.8.0
19+
rev: 5.9.3
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black
23-
rev: 21.5b2
23+
rev: 21.9b0
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v2.19.0
27+
rev: v2.29.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]
@@ -35,7 +35,7 @@ repos:
3535
types: [ts]
3636

3737
- repo: https://github.com/pre-commit/mirrors-eslint
38-
rev: 'v7.32.0'
38+
rev: 'v8.0.0-rc.0'
3939
hooks:
4040
- id: eslint
4141
files: \.ts$ # *.ts

0 commit comments

Comments
 (0)