-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Your repository has a workflow which lints your code after every push and when creating a pull request.
Linter workflow may fail if description or keywords field in pyproject.toml is empty. Please update these fields. To validate your changes run:
ruff .Enabling githook will automatically lint your code in every commit. You can enable it by running the command below.
git config --local core.hooksPath .githooksMetadata
Metadata
Assignees
Labels
No labels