Skip to content

Conversation

@gazpachoking
Copy link
Collaborator

No description provided.

@gazpachoking gazpachoking merged commit a136b7a into develop Jul 21, 2025
2 checks passed
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pre-commit/action is in maintenance-only mode and is much slower than the pre-commit.ci GitHub app.

pre-commit/action also doesn't support automatic fixes, — even when using the --fix option, the corrections can't be written back to the corresponding PR or branch.

- id: ruff-check
args: [ --fix ]

Why not use the pre-commit.ci GitHub app instead?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not an admin here to enable it. The GitHub action will remind people to run the checks locally though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants