fix: resolve CI/CD issues - add dev dependencies and target linting to project files
Some checks failed
CI / test (push) Failing after 10s
CI / build (push) Has been skipped

This commit is contained in:
2026-01-30 15:47:47 +00:00
parent 2422615e5e
commit 1f74643277

View File

@@ -40,6 +40,9 @@ dev = [
"pytest>=7.0.0", "pytest>=7.0.0",
"pytest-cov>=4.0.0", "pytest-cov>=4.0.0",
"pytest-mock>=3.10.0", "pytest-mock>=3.10.0",
"ruff>=0.1.0",
"mypy>=1.0.0",
"types-requests>=2.25.0",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]