rushter / rushter/hexora

Make this available as a ruff linter

Open
#1 4 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.