Add a linter to the Python code #755
Labels
code
Code best practices, style, linting
distribution
Issues with CI, PyPI, etc
feature request
Request for new features
Is your feature request related to a problem? Please describe.
The Python code does not follow standards like PEP8 and is inconsistent at times, even uses inconsistent white space (I have seen 3 spaces). Formatted code is much easier to read and maintain
Describe the solution you'd like
Lint the code with a tool like ruff which is really fast at checking, but also formatting code. Add a CI job that checks the code for style before merging any PRs
Describe alternatives you've considered
None really
The text was updated successfully, but these errors were encountered: