Is your feature request related to a problem? Please describe.
My feature request is related to #369 (comment)
We have some linting issue on here that I was planning to fix, but there seems to be differences between coding styles from contributors, and I think a global linter could help having a uniform codebase
Describe the solution you'd like
I wanting to suggest replacing black and isort with ruff, we could just run it before submitting a PR and all the code would follow the same standard for everyone
Describe alternatives you've considered
I have considered using black and isort because it is already used in the project, but ruff is faster and more versatile overall
Is your feature request related to a problem? Please describe.
My feature request is related to #369 (comment)
We have some linting issue on here that I was planning to fix, but there seems to be differences between coding styles from contributors, and I think a global linter could help having a uniform codebase
Describe the solution you'd like
I wanting to suggest replacing black and isort with ruff, we could just run it before submitting a PR and all the code would follow the same standard for everyone
Describe alternatives you've considered
I have considered using black and isort because it is already used in the project, but ruff is faster and more versatile overall