Skip to content

Run flake8 as part of the CI pipeline #5

@gordonwatts

Description

@gordonwatts

Run flake8 (or black) as part of the CI pipeline, and have the pipeline fail if flake8 fails. Most of our repos already do this, so that makes it easy to copy.

As part of this, go through and fix up everything in the source code. In vscode you can add the black extension that will run black on your python files everytime you save them. This will just automate the problem of formatting (black is an opinionated python formatter).

Metadata

Metadata

Assignees

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