Skip to content

Commit b31b540

Browse files
build(deps-dev): bump mypy from 1.15.0 to 1.16.0 (#1270)
* chore(config): update mypy version in `pre-commit` configuration
1 parent fbb63ec commit b31b540

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ repos:
5050
name: ruff (format)
5151

5252
- repo: https://github.com/pre-commit/mirrors-mypy
53-
rev: "v1.15.0"
53+
rev: "v1.16.0"
5454
hooks:
5555
- id: mypy
5656
additional_dependencies:
5757
- "pydantic>=2,<3"
5858
- "types-requests"
5959
log_file: "mypy.log"
60-
files: "^src/.*"
60+
files: "^(src|tests)/.*"
6161
pass_filenames: false
6262

6363
- repo: https://github.com/pre-commit/pygrep-hooks

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dev = [
8484
"ruff == 0.6.1"
8585
]
8686
mypy = [
87-
"mypy == 1.15.0",
87+
"mypy == 1.16.0",
8888
"types-Deprecated ~= 1.2",
8989
"types-requests ~= 2.32.0",
9090
"types-pyyaml ~= 6.0",

0 commit comments

Comments
 (0)