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 f3025f2 commit dd3df25Copy full SHA for dd3df25
.pre-commit-config.yaml
@@ -29,7 +29,7 @@ repos:
29
args: ["--py38-plus"]
30
31
- repo: https://github.com/psf/black
32
- rev: 24.4.2
+ rev: 24.8.0
33
hooks:
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