From 194b18ca67709498fc5f2838cc675c81088f909b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=C3=A1t=C3=A9=20Balajti?= <mate.balajti@unibas.ch>
Date: Wed, 9 Aug 2023 17:18:34 +0200
Subject: [PATCH] fix: add stubs to requirements

---
 .gitlab-ci.yml       | 1 -
 requirements_dev.txt | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af71d92..cec4b98 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,6 +33,5 @@ Flake8/Pylint/mypy-test-job:   # Test Stage
     - pip install -e .
     - flake8 --docstring-convention google tsg/ tests/
     - pylint tsg/ tests/
-    - mypy --install-types
     - mypy tsg/ tests/
     - echo "Linters successfully deployed."
diff --git a/requirements_dev.txt b/requirements_dev.txt
index a68b479..af0c609 100644
--- a/requirements_dev.txt
+++ b/requirements_dev.txt
@@ -1,7 +1,9 @@
 matplotlib
 pandas
+pandas-stubs
 pip
 tqdm
+types-tqdm
 flake8-docstrings
 mypy
 flake8
-- 
GitLab