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 cb0c994a2e
commit 15a642960d

View File

@@ -222,6 +222,7 @@ $ echo "TypeError: unsupported operand type" | errorfix fix -f json
"tags": ["type", "type-error"] "tags": ["type", "type-error"]
}, },
"matched_text": "TypeError: unsupported operand type", "matched_text": "TypeError: unsupported operand type",
"captured_variables": {},
"suggested_fix": "Check the types of your operands." "suggested_fix": "Check the types of your operands."
} }
] ]