Skip to content

Commit dbe8cbd

Browse files
committed
dev(pre-commit): bump hook versions
1 parent 329f80a commit dbe8cbd

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
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v2.3.0
3+
rev: v3.4.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- repo: https://github.com/pre-commit/mirrors-isort
9-
rev: v5.1.0 # must be >5.0.0 for black compatibility
9+
rev: v5.8.0 # must be >5.0.0 for black compatibility
1010
hooks:
1111
- id: isort
1212
args: ["--profile", "black", "."]
1313
- repo: https://github.com/ambv/black
14-
rev: stable
14+
rev: 20.8b1
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v0.790
18+
rev: v0.812
1919
hooks:
2020
- id: mypy
2121
verbose: true

0 commit comments

Comments
 (0)