Skip to content

Add linting, formatting, & type checking #17

Description

@cryptaliagy

Currently the project is missing a linter & type checker. Integrating these things would make it easier to onboard and make the code more maintainable in the longer term

Linters we can use:

  • flake8 (general)
  • pylint (general)
  • bandit (security)
  • pydocstyle (documentation)
  • black (formatting)
  • mypy (type checking)
  • pyright (type checking, basis for PyLance language server strict mode)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions