fix: resolve CI linting failures by adding ruff configuration
Some checks failed
CI / test (push) Has been cancelled
ErrorFix CLI CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 04:48:02 +00:00
parent d50ee94d06
commit 726a8e7c81

60
.gitignore vendored
View File

@@ -1,30 +1,23 @@
# Python
*.pyc
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyo
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.so
*.egg
*.egg-info/
dist/
build/
# Virtual environments
# Environment
.env
.venv/
env/
venv/
ENV/
env/
.venv
env.bak/
venv.bak/
# IDE
.vscode/
@@ -32,26 +25,17 @@ env/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# Distribution / packaging
.Python
env/
venv/
ENV/
build/
dist/
# mypy
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json
# ruff
.ruff_cache/
htmlcov/
# OS
.DS_Store
Thumbs.db
# Project specific
errorfix.egg-info/