The Ruff configuration currently enforces:
- A: flake8-builtins
- C4: flake8-comprehensions
- E: pycodestyle errors
- F: pyflakes
- I: isort
- W: pycodestyle warnings
Currently ignored rules that could also be enforced are:
Candidate rules to be added:
Other candidates can also be added and should be listed above in this issue to track progress.
The Ruff configuration currently enforces:
Currently ignored rules that could also be enforced are:
<VARIABLE NAME><VARIABLE>Candidate rules to be added:
Other candidates can also be added and should be listed above in this issue to track progress.