From 1f74643277e82d3eb40fb3d5e63440b0e6dc7151 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:47:47 +0000 Subject: [PATCH] fix: resolve CI/CD issues - add dev dependencies and target linting to project files --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b6c5bde..4f02ce8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,9 @@ dev = [ "pytest>=7.0.0", "pytest-cov>=4.0.0", "pytest-mock>=3.10.0", + "ruff>=0.1.0", + "mypy>=1.0.0", + "types-requests>=2.25.0", ] [tool.setuptools.packages.find]