13 comments (13 comments)1 reaction (1 reaction)0 assignees (0 assignees)Rust2,088 forks (2,088 forks)batch import
configurationhelp wantedrule
Repository metrics
- Stars
- 47,527 stars (47,527 stars)
- PR merge metrics
- Avg merge 3d 8h (Avg merge 3d 8h)573 merged PRs in 30d (573 merged PRs in 30d)
Description
E111 should probably use the indent-width setting?
Contributor guide
- Research direction
- Examine how similar indentation rules (e.g., E112) use the indent width setting and adapt E111 and E114 to utilize it. Check the rule implementation files, e.g., crates/ruff linter/src/rules/pycodestyle/rules.rs or similar.
- Tech stack
- rust
- Domain
- toolingdeveloper experience
- Issue type
- Feature
- Prerequisites
- Rust