summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2021-01-24 15:25:37 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2021-01-24 15:25:37 +0100
commite25b1834594874745575f221a056a228042aaff0 (patch)
tree339efcb0626f5703cea0982cb7cdc986b4accb75 /.pre-commit-config.yaml
parent8d042c448718355447f133c440f7a931a5ae57c0 (diff)
downloadpip-e25b1834594874745575f221a056a228042aaff0.tar.gz
Update pre-commit hooks
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 636fdfd3d..49676b5cf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.2.0
+ rev: v3.4.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
@@ -53,7 +53,7 @@ repos:
- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.3
+ rev: 3.8.4
hooks:
- id: flake8
additional_dependencies: [
@@ -63,20 +63,20 @@ repos:
exclude: tests/data
- repo: https://github.com/PyCQA/isort
- rev: 5.5.3
+ rev: 5.7.0
hooks:
- id: isort
files: \.py$
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.790
+ rev: v0.800
hooks:
- id: mypy
exclude: docs|tests
args: ["--pretty"]
- repo: https://github.com/pre-commit/pygrep-hooks
- rev: v1.6.0
+ rev: v1.7.0
hooks:
- id: python-no-log-warn
- id: python-no-eval