Skip to content

Commit 0eb6871

Browse files
committed
chore: mypy 1.19 has bugs
1 parent 8d49cba commit 0eb6871

3 files changed

Lines changed: 3 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build-backend = "setuptools.build_meta"
4141

4242
[dependency-groups]
4343
dev = [
44-
"mypy",
44+
"mypy<1.19",
4545
"pytest",
4646
"pytest-cov",
4747
"ruff",

requirements-dev.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ coverage==7.13.0 ; python_full_version >= '3.10'
88
exceptiongroup==1.3.1 ; python_full_version < '3.11'
99
iniconfig==2.1.0 ; python_full_version < '3.10'
1010
iniconfig==2.3.0 ; python_full_version >= '3.10'
11-
librt==0.7.4 ; python_full_version >= '3.9' and platform_python_implementation != 'PyPy'
1211
mypy==1.14.1 ; python_full_version < '3.9'
13-
mypy==1.19.1 ; python_full_version >= '3.9'
12+
mypy==1.18.2 ; python_full_version >= '3.9'
1413
mypy-extensions==1.1.0
1514
packaging==25.0
1615
pathspec==0.12.1 ; python_full_version >= '3.9'

requirements-docs.lock

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ importlib-metadata==8.7.1 ; python_full_version == '3.9.*'
2121
iniconfig==2.1.0 ; python_full_version < '3.10'
2222
iniconfig==2.3.0 ; python_full_version >= '3.10'
2323
jinja2==3.1.6
24-
librt==0.7.4 ; python_full_version >= '3.9' and platform_python_implementation != 'PyPy'
2524
markupsafe==2.1.5 ; python_full_version < '3.9'
2625
markupsafe==3.0.3 ; python_full_version >= '3.9'
2726
mypy==1.14.1 ; python_full_version < '3.9'
28-
mypy==1.19.1 ; python_full_version >= '3.9'
27+
mypy==1.18.2 ; python_full_version >= '3.9'
2928
mypy-extensions==1.1.0
3029
packaging==25.0
3130
pathspec==0.12.1 ; python_full_version >= '3.9'

0 commit comments

Comments
 (0)