Skip to content

Commit

Permalink
Bump linters
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed May 12, 2020
1 parent 93f550d commit 4a2d185
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
rev: v2.5.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
Expand All @@ -29,7 +29,7 @@ repos:
files: \.py$

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.750
rev: v0.760
hooks:
- id: mypy
exclude: docs|tests
Expand All @@ -40,7 +40,7 @@ repos:
args: ["--pretty", "-2"]

- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.4.1
rev: v1.5.1
hooks:
- id: python-no-log-warn
- id: python-no-eval
Expand All @@ -52,6 +52,6 @@ repos:
exclude: NEWS.rst

- repo: https://github.com/mgedmin/check-manifest
rev: '0.39'
rev: '0.42'
hooks:
- id: check-manifest

0 comments on commit 4a2d185

Please sign in to comment.