-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
type: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure
Description
Hi everyone,
I've been thinking about some time now to use an automatic code formatter to our codebase such as black or yapf, together with pre-commit and tox environments to check for compliance on CI.
Pros:
- Consistent code formatting: currently the format is very mixed and we don't enforce it.
- Help new contributors: no need to think or follow a style guide, it is done automatically.
Cons:
- We will pollute the repository and lose some of the blame history.
Opinions?
asottile
Metadata
Metadata
Assignees
Labels
type: infrastructureimprovement to development/releases/CI structureimprovement to development/releases/CI structure