We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4204359 commit 32d2b76Copy full SHA for 32d2b76
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: 'src/pip/_vendor/'
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-builtin-literals
8
- id: check-added-large-files
@@ -17,18 +17,18 @@ repos:
17
exclude: .patch
18
19
- repo: https://github.com/psf/black-pre-commit-mirror
20
- rev: 24.4.2
+ rev: 24.10.0
21
22
- id: black
23
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.5.6
+ rev: v0.7.2
26
27
- id: ruff
28
args: [--fix, --exit-non-zero-on-fix]
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.12.1
+ rev: v1.13.0
32
33
- id: mypy
34
exclude: tests/data
0 commit comments