We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pre-commit
1 parent 0784670 commit 01f0856Copy full SHA for 01f0856
1 file changed
.pre-commit-config.yaml
@@ -26,14 +26,14 @@ repos:
26
hooks:
27
- id: black
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: 'v1.10.0'
+ rev: 'v1.10.1'
30
31
- id: mypy
32
exclude: '^(?:(?!src).)*$'
33
additional_dependencies:
34
- types-requests
35
- repo: https://github.com/astral-sh/ruff-pre-commit
36
- rev: 'v0.4.9'
+ rev: 'v0.5.1'
37
38
- id: ruff
39
args:
0 commit comments