summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2023-03-27 20:03:11 +0100
committerGitHub <noreply@github.com>2023-03-27 20:03:11 +0100
commit78ab4cf071fcbda8af83d6b03be57c27a7008da7 (patch)
tree876a5b97363a54b1475e2faedebcb4f0fa2b8905 /.pre-commit-config.yaml
parent4a8693aa44138ea4da6d4088f6e273a3256ff876 (diff)
downloadpip-78ab4cf071fcbda8af83d6b03be57c27a7008da7.tar.gz
Bump all linters other than mypy (#11901)
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 7a37d18c5..2fc455b9d 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: v4.3.0
+ rev: v4.4.0
hooks:
- id: check-builtin-literals
- id: check-added-large-files
@@ -17,18 +17,18 @@ repos:
exclude: .patch
- repo: https://github.com/psf/black
- rev: 22.6.0
+ rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/PyCQA/flake8
- rev: 4.0.1
+ rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [
- 'flake8-bugbear==22.10.27',
- 'flake8-logging-format==0.9.0',
- 'flake8-implicit-str-concat==0.3.0',
+ 'flake8-bugbear',
+ 'flake8-logging-format',
+ 'flake8-implicit-str-concat',
]
exclude: tests/data
@@ -56,7 +56,7 @@ repos:
]
- repo: https://github.com/pre-commit/pygrep-hooks
- rev: v1.9.0
+ rev: v1.10.0
hooks:
- id: python-no-log-warn
- id: python-no-eval