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 7b2d930 commit ceb1998Copy full SHA for ceb1998
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
tests/samples/.*|
28
)$
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.13.0
+ rev: v1.14.1
31
hooks:
32
- id: mypy
33
exclude: |
@@ -45,7 +45,7 @@ repos:
45
"types-requests~=2.13",
46
]
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
- rev: v0.8.1
+ rev: v0.8.5
49
50
- id: ruff
51
exclude: tests/samples/
0 commit comments