Skip to content

Commit 7a440bf

Browse files
chore(deps): update dependency mypy to v1.19.1 (#732)
* chore(deps): update dependency mypy to v1.19.1 * update config --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matthias Schoettle <git@mattsch.com>
1 parent 96db9e7 commit 7a440bf

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

mypy.ini

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
# https://mypy.readthedocs.io/en/stable/config_file.html
66
[mypy]
7-
# ignore errors on mypy type comment (# type: ignore[attr-defined]):
8-
# see: https://github.com/PyCQA/pyflakes/issues/373
9-
python_version = 3.11
107
ignore_missing_imports = True
118
strict_equality = True
129
show_error_codes = True

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
[dependency-groups]
2020
dev = [
2121
"alembic==1.17.2",
22-
"mypy==1.19.0",
22+
"mypy==1.19.1",
2323
"mysqlclient==2.2.7",
2424
"pre-commit==4.5.0",
2525
"pymysql==1.1.2",

uv.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)