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 948609e commit 7aa5d4cCopy full SHA for 7aa5d4c
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v2.3.0
+ rev: v2.5.0
6
hooks:
7
- id: check-builtin-literals
8
- id: check-added-large-files
@@ -29,7 +29,7 @@ repos:
29
files: \.py$
30
31
- repo: https://github.com/pre-commit/mirrors-mypy
32
- rev: v0.750
+ rev: v0.760
33
34
- id: mypy
35
exclude: docs|tests
@@ -40,7 +40,7 @@ repos:
40
args: ["--pretty", "-2"]
41
42
- repo: https://github.com/pre-commit/pygrep-hooks
43
- rev: v1.4.1
+ rev: v1.5.1
44
45
- id: python-no-log-warn
46
- id: python-no-eval
@@ -52,6 +52,6 @@ repos:
52
exclude: NEWS.rst
53
54
- repo: https://github.com/mgedmin/check-manifest
55
- rev: '0.39'
+ rev: '0.42'
56
57
- id: check-manifest
0 commit comments