-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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 requestNew feature or request