From 98d8c41fdc24618060d85a5b5e048631c91818ca Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Mon, 15 Apr 2024 17:10:55 +0200 Subject: [PATCH] Use pandas-stubs Signed-off-by: Sylvain Leclerc --- mypy.ini | 3 --- requirements-dev.txt | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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