Skip to content

Improve Code Quality of python lib #152

@ByteOtter

Description

@ByteOtter

What would you like to be added:

To improve general code quality, I would like to introduce a proper linter like pylint to the project.

Also I would like to add isort to it for import sorting, so all imports across the project follow PEP8 recommendations.

black, pylint and isort are compatible with each other with black having an isort compatibility mode.

Why is this needed:

This would help keeping the code clean and in compliance with python best practices.
While not exactly needed, I think it would be a good addition to our already present formatter.

Sub-issues

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions