I would like to work on Flake8 integration for the project. Flake8 is a popular linting tool that helps maintain code quality by enforcing style guidelines and identifying potential errors in Python code. It is added on the IDE side and configured through a synched .flake8 file.
The roadmap to make these changes I would suggest the following:
PR #36 will pinpoint the current codebase to version 0.3.0. We can then start implementing the following changes:
- test files + adding
.flake8
- aux files
- implementing changes to files which are not touched by the active / WIP forks
- letting the WIP forks implement the flake8 changes over time or after merged into master
- include flake8 in CI / workflow
I would like to work on Flake8 integration for the project. Flake8 is a popular linting tool that helps maintain code quality by enforcing style guidelines and identifying potential errors in Python code. It is added on the IDE side and configured through a synched
.flake8file.The roadmap to make these changes I would suggest the following:
PR #36 will pinpoint the current codebase to version 0.3.0. We can then start implementing the following changes:
.flake8