fix: resolve CI ruff configuration issues
Some checks failed
CI / test (push) Failing after 4m49s

- Add ruff>=0.1.0 to dev dependencies in pyproject.toml
- Remove redundant pip install ruff step from CI workflow
This commit is contained in:
2026-02-05 09:43:45 +00:00
parent ab6261d379
commit f2427f1b2b

View File

@@ -43,6 +43,7 @@ dev = [
"black>=23.0.0", "black>=23.0.0",
"isort>=5.12.0", "isort>=5.12.0",
"flake8>=6.0.0", "flake8>=6.0.0",
"ruff>=0.1.0",
"pre-commit>=3.0.0", "pre-commit>=3.0.0",
] ]