From 1736e6488a0b6097f10db783e6bafa24ead32bf4 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 07:14:18 +0000 Subject: [PATCH] fix: resolve CI/CD workflow issues --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2f3c65..9984d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,6 +36,7 @@ dependencies = [ dev = [ "pytest>=7.4.0", "pytest-cov>=4.1.0", + "ruff>=0.1.0", ] [project.scripts] @@ -55,4 +56,4 @@ source = ["confdoc"] omit = ["tests/*"] [tool.coverage.report] -exclude_lines = ["pragma: no cover", "def __repr__", "raise AssertionError", "raise NotImplementedError"] \ No newline at end of file +exclude_lines = ["pragma: no cover", "def __repr__", "raise AssertionError", "raise NotImplementedError"]