Skip to content

Implementing .flake8 and PEP8 linting #37

@gnzng

Description

@gnzng

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:

  1. test files + adding .flake8
  2. aux files
  3. implementing changes to files which are not touched by the active / WIP forks
  1. letting the WIP forks implement the flake8 changes over time or after merged into master
  2. include flake8 in CI / workflow

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions