From 086797821b54bd85b9595f261457dea5a551c9ef Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sun, 1 Feb 2026 08:18:41 +0000 Subject: [PATCH] fix: add core project files and configuration --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 01622d8..620ad7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,3 +55,7 @@ python_files = ["test_*.py"] python_classes = ["Test*"] python_functions = ["test_*"] addopts = "-v --cov=src --cov-report=term-missing" + +[tool.ruff.lint] +select = ["E", "F", "W"] +ignore = ["E501", "E722", "F401", "F841"]