Replies: 1 comment
-
|
Hey! You can use pre-commit:
piped: true
jobs:
- name: uv
run: uv lock --check
- name: ruff
group:
jobs:
- name: check
run: uv run ruff check .
- name: format
run: uv run ruff format --diff .You can set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For example, I would like to
ruffjob be run ONLY ifuvdoesn't fail.I nice feature would to add a
needsoption (similar as in the GitHub Actions workflows):Beta Was this translation helpful? Give feedback.
All reactions