There was an error while loading. Please reload this page.
2 parents d9106a6 + d2cc991 commit 66bb490Copy full SHA for 66bb490
1 file changed
.pre-commit-config.yaml
@@ -45,4 +45,6 @@ repos:
45
- types-PyMySQL
46
- types-tqdm
47
- pandas-stubs
48
- - numpy
+ # numpy>=2.2 stubs use PEP 695 `type` statements, which mypy rejects
49
+ # when type-checking against python_version 3.10 (the project floor).
50
+ - numpy<2.2
0 commit comments