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 fbb63ec commit b31b540Copy full SHA for b31b540
.pre-commit-config.yaml
@@ -50,14 +50,14 @@ repos:
50
name: ruff (format)
51
52
- repo: https://github.com/pre-commit/mirrors-mypy
53
- rev: "v1.15.0"
+ rev: "v1.16.0"
54
hooks:
55
- id: mypy
56
additional_dependencies:
57
- "pydantic>=2,<3"
58
- "types-requests"
59
log_file: "mypy.log"
60
- files: "^src/.*"
+ files: "^(src|tests)/.*"
61
pass_filenames: false
62
63
- repo: https://github.com/pre-commit/pygrep-hooks
pyproject.toml
@@ -84,7 +84,7 @@ dev = [
84
"ruff == 0.6.1"
85
]
86
mypy = [
87
- "mypy == 1.15.0",
+ "mypy == 1.16.0",
88
"types-Deprecated ~= 1.2",
89
"types-requests ~= 2.32.0",
90
"types-pyyaml ~= 6.0",
0 commit comments