-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
cleanupTidying up code to improve usabilityTidying up code to improve usability
Description
As people using different development environments contribute to this repository, it might be prudent to adopt an automated code formatter, or alternatively specify a code formatting guide, to allow for code to be compared without getting bogged down in changed whitespace.
Additional formatters such as isort may also be adopted.
The most widely adopted Python code formatter is Black, which is an opinionated formatter with limited configurability.
If a custom configuration is used, it may be sensible to include it in the repository and/or require it as a hook and/or automatically apply it using GitHub actions to improve adoption rates and lower the barrier of use.
Metadata
Metadata
Assignees
Labels
cleanupTidying up code to improve usabilityTidying up code to improve usability