SIENTIAPDE-1243: Fix: Resolved mypy errors and added pandas stubs. Addressed type hinting issues and suppressed mypy warnings to improve code quality and maintainability.

This commit is contained in:
Bruno Domingues
2025-10-01 17:36:47 -03:00
parent dfc190c818
commit 8bcee4c6a0
4 changed files with 16 additions and 7 deletions

View File

@@ -6,6 +6,8 @@
ruff>=0.1.0 # Fast Python linter and formatter (replaces flake8, black, isort)
mypy>=1.7.0 # Static type checker
bandit>=1.7.5 # Security vulnerability scanner
pandas-stubs>=2.0.0 # Type stubs for pandas
types-requests>=2.31.0 # Type stubs for requests
# Testing
pytest>=7.4.0 # Testing framework