Make this available as a ruff linter
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 172
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
This tool looks great! Would it be possible to make it available as a ruff linter? It'd be a whole lot easier to add
[tool.ruff.lint]
extend-select = [
# other linters
"HX",
]
to my pyproject.toml than to add a separate tool to our pre-commit and CI configurations.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the Ruff rules documentation and the existing hexora integration and configuration paths. Determine how the analyzer could be exposed through Ruff while preserving its malicious-Python checks. Done means the HX rule can be selected from pyproject.toml and works in pre-commit and CI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, rust
- Domain
- security, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100