We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329f80a commit dbe8cbdCopy full SHA for dbe8cbd
.pre-commit-config.yaml
@@ -1,21 +1,21 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v2.3.0
+ rev: v3.4.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- repo: https://github.com/pre-commit/mirrors-isort
9
- rev: v5.1.0 # must be >5.0.0 for black compatibility
+ rev: v5.8.0 # must be >5.0.0 for black compatibility
10
11
- id: isort
12
args: ["--profile", "black", "."]
13
- repo: https://github.com/ambv/black
14
- rev: stable
+ rev: 20.8b1
15
16
- id: black
17
- repo: https://github.com/pre-commit/mirrors-mypy
18
- rev: v0.790
+ rev: v0.812
19
20
- id: mypy
21
verbose: true
0 commit comments