-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
Some coding conventions are introduced at the following :
- Add pre-commit hook for linting and formatting #56 : .pre-commit-config.yml
- Add pre-commit hook for linting and formatting #56 : .github/workflows/lint.yml
- Deactivate ruff formatting check from workflow #65 : .github/workflows/format.yaml
But GitHub Actions (lint.yml & format.yml
) is not progressed using .pre-commit-configs.yml
. And there is To-do (make formatting with ruff consistent across internal and open-source code
) in format.yml [Ln 21]
. I assume this message is intended for future update using .pre-commit-configs.yml
.
Therefore, I want to suggest GitHub Actions using pre-commit-config.yml
for consistency. This update will introduce pre-commit.yml
, and remove format.yml & lint.yml
(filename could be changed).
Also, I want to ask if ruff version update (0.8.0 -> 0.11.2) could be processed. If the update is processed, then some files would be refactored for recent version.
Metadata
Metadata
Assignees
Labels
No labels