Skip to content

Commit 4c3f29f

Browse files
authored
Merge pull request #365 from matplotlib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 87f25e2 + 70c1bc7 commit 4c3f29f

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)