summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorHenrich Hartzer <henrichhartzer@tuta.io>2022-03-09 21:27:21 +0000
committerq0w <43147888+q0w@users.noreply.github.com>2022-04-04 16:02:02 +0300
commit2cfe36dc9e9f4ccb0e0a0452c2b68ee2176806d0 (patch)
tree419cbe12db01cb4ebc679abe093a916f508cc735 /.pre-commit-config.yaml
parent8f696ee3ec3124b5481ba0b00b6663831d663459 (diff)
downloadpip-2cfe36dc9e9f4ccb0e0a0452c2b68ee2176806d0.tar.gz
Update pre-commit hooks
Co-Authored-By: q0w <43147888+q0w@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index d47c8c7fa..37a987b30 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.4.0
+ rev: v4.1.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
@@ -21,8 +21,8 @@ repos:
hooks:
- id: black
-- repo: https://gitlab.com/pycqa/flake8
- rev: 3.8.4
+- repo: https://github.com/PyCQA/flake8
+ rev: 4.0.1
hooks:
- id: flake8
additional_dependencies: [
@@ -33,13 +33,13 @@ repos:
exclude: tests/data
- repo: https://github.com/PyCQA/isort
- rev: 5.7.0
+ rev: 5.10.1
hooks:
- id: isort
files: \.py$
- repo: https://github.com/pre-commit/mirrors-mypy
- rev: v0.910
+ rev: v0.942
hooks:
- id: mypy
exclude: tests/data
@@ -54,7 +54,7 @@ repos:
]
- repo: https://github.com/pre-commit/pygrep-hooks
- rev: v1.7.0
+ rev: v1.9.0
hooks:
- id: python-no-log-warn
- id: python-no-eval
@@ -73,7 +73,7 @@ repos:
files: ^news/
- repo: https://github.com/mgedmin/check-manifest
- rev: '0.46'
+ rev: '0.48'
hooks:
- id: check-manifest
stages: [manual]