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 7ebf0d2 commit dbd749dCopy full SHA for dbd749d
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ exclude: ^src/auditwheel/_vendor/
8
9
repos:
10
- repo: https://github.com/pre-commit/pre-commit-hooks
11
- rev: v4.5.0
+ rev: v4.6.0
12
hooks:
13
- id: check-builtin-literals
14
- id: check-added-large-files
@@ -23,13 +23,13 @@ repos:
23
- id: trailing-whitespace
24
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.15.1
+ rev: v3.15.2
27
28
- id: pyupgrade
29
args: ["--py38-plus"]
30
31
- repo: https://github.com/psf/black
32
- rev: 24.2.0
+ rev: 24.4.0
33
34
- id: black
35
@@ -46,7 +46,7 @@ repos:
46
- id: flake8
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.8.0
+ rev: v1.9.0
50
51
- id: mypy
52
exclude: ^tests/integration/.*/.*$
0 commit comments