Skip to content

Commit 7aa5d4c

Browse files
committed
Bump linters
1 parent 948609e commit 7aa5d4c

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
@@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v2.3.0
5+
rev: v2.5.0
66
hooks:
77
- id: check-builtin-literals
88
- id: check-added-large-files
@@ -29,7 +29,7 @@ repos:
2929
files: \.py$
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v0.750
32+
rev: v0.760
3333
hooks:
3434
- id: mypy
3535
exclude: docs|tests
@@ -40,7 +40,7 @@ repos:
4040
args: ["--pretty", "-2"]
4141

4242
- repo: https://github.com/pre-commit/pygrep-hooks
43-
rev: v1.4.1
43+
rev: v1.5.1
4444
hooks:
4545
- id: python-no-log-warn
4646
- id: python-no-eval
@@ -52,6 +52,6 @@ repos:
5252
exclude: NEWS.rst
5353

5454
- repo: https://github.com/mgedmin/check-manifest
55-
rev: '0.39'
55+
rev: '0.42'
5656
hooks:
5757
- id: check-manifest

0 commit comments

Comments
 (0)