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 8d0af71 commit 7bdd0bfCopy full SHA for 7bdd0bf
.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.0
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.4
49
50
- id: ruff
51
exclude: tests/samples/
0 commit comments