Open javydekoning opened 10 months ago
Hey Javy.. we might consider looking into ruff linter https://docs.astral.sh/ruff/
it can do i-sort linting and black formatting .. but much faster... also can replace pylint, flake8, pep8 etc if you want to follow any rules/styles from those.
I'll look into this. Seems it is included in MegaLinter: https://megalinter.io/latest/descriptors/python_ruff/
Describe the feature
To ensure code consistency we want to add 2 linters.
Use Case
Adding these linters will ease code reviews going forward.
Proposed Solution
Acknowledgements