Skip to content

Before main merge we should reformat/lint the whole codebase #16

@schettn

Description

@schettn

Describe the feature or change you'd like
By running the commands below: imports are sorted, unused imports removed and
everything is formatted by black.

isort -rc .
autoflake -r --in-place --remove-all-unused-imports --remove-unused-variables .
black .

Additional context

Ref: https://github.com/psf/black

Install instructions:

pip3 install isort
pip3 install autoflake
pip3 install black

Metadata

Metadata

Labels

dif/trivialCan be confidently tackled by newcomerseffort/daysEstimated to take multiple days, but less than a weekkind/maintenanceWork required to avoid breaking changes or harm to project's status quo

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions