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 14c4282 commit d3dd84eCopy full SHA for d3dd84e
.pre-commit-config.yaml
@@ -23,13 +23,13 @@ repos:
23
- id: trailing-whitespace
24
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v3.16.0
+ rev: v3.17.0
27
hooks:
28
- id: pyupgrade
29
args: ["--py38-plus"]
30
31
- repo: https://github.com/psf/black
32
- rev: 24.4.2
+ rev: 24.8.0
33
34
- id: black
35
@@ -41,12 +41,12 @@ repos:
41
exclude: ^tests/integration/.*/src/.*pyx$
42
43
- repo: https://github.com/PyCQA/flake8
44
- rev: 7.1.0
+ rev: 7.1.1
45
46
- id: flake8
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.10.1
+ rev: v1.11.1
50
51
- id: mypy
52
exclude: ^tests/integration/.*/.*$
0 commit comments