The current codebase does not enforce a consistent coding style automatically. Adding proper linting tools will improve overall code quality.
Details
We should:
- Ensure that all linting actions work properly
- Add or update lint configs (
.flake8, .editorconfig, etc.)
- Fix any current linting issues
- Add linting to CI for the cases that we have already missed
The current codebase does not enforce a consistent coding style automatically. Adding proper linting tools will improve overall code quality.
Details
We should:
.flake8,.editorconfig, etc.)