diff --git a/mypy.ini b/mypy.ini index 8fe83076..ed9cfb0c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -12,6 +12,3 @@ ignore_errors = True [mypy-antlr4.*] ignore_missing_imports = true - -[mypy-pandas.*] -ignore_missing_imports = true \ No newline at end of file diff --git a/requirements-dev.txt b/requirements-dev.txt index cee2d4ad..4cc25528 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,3 +7,4 @@ pre-commit~=3.5.0 types-PyYAML~=6.0.12.12 antlr4-tools~=0.2.1 pandas~=2.0.3 +pandas-stubs~=2.0.3