Description
🚀 feature request
Relevant Rules
This feature request is for a new rule.
Description
A clear and concise description of the problem or missing capability...I'm looking for a rule I can use to format python code and enforce formatting (likely via an aspect).
It'd be great if this rule was configurable and worked with (at least):
There's a similar rule in rules_rust
for rustfmt
where formatting can be enforced via an aspect and applied via a runtime rule which I've found to be very impactful. A python rule would be fantastic.
Describe alternatives you've considered
Have you considered any alternative solutions or workarounds?There's likely an existing rule in someone's personal repository for this but I'm looking for something that can be promoted to live in rules_python
directly. Rules in rules_rust
have more visibility, particularly if they're communicated in the release notes. I'm willing to try out a 3rd party solution but only if there's a path to up-streaming that solution.