-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
ReleaseItems that are required for the next releaseItems that are required for the next releasetechnical debt
Milestone
Description
@yaswant is proposing that we standardise on ruff as our linter and formatter. Testing shows that fab already complies with the linter, but changes are required to update the formatting. To minimise the impact of the change, we should:
- reformat the codebase immediately before the next release
- create a
.git-blame-ignore-revsin the root of the repository and add the commit hash of the reformatting release, to ensure thatgit blameis continues to work as expected - update the workflow to apply ruff as a both a linter and format checker
I suggest we adhere to the ruff/black default line length as justified in the black documentation.
yaswant
Metadata
Metadata
Assignees
Labels
ReleaseItems that are required for the next releaseItems that are required for the next releasetechnical debt
Type
Projects
Status
In Planning