Skip to content

Make coding style consistent with hgvs / enforce black and pylint #108

@holtgrewe

Description

@holtgrewe

There is much more to coding style than indentation and static error analysis with lint. However, these can be enforced automatically.

Looking at the CI files for hgvs, the following appear to be useful:

  • black (version should be pinned on installation as format changes slightly over time and black updates should be explicit as not to get whitespace change noise in commits)
  • flake8 with reasonable configuration
  • isort (probably with profile black)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions