Add check to entry (#32)
This commit is contained in:
parent
c8ba6a0b13
commit
6a0ba18549
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -27,6 +27,6 @@ jobs:
|
|||||||
git config user.name 'Github Actions'
|
git config user.name 'Github Actions'
|
||||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||||
|
|
||||||
- run: pre-commit-mirror --language python --package-name ruff --entry 'ruff --force-exclude' --id ruff --types-or python --types-or pyi --require-serial --description "Run 'ruff' for extremely fast Python linting" .
|
- run: pre-commit-mirror --language python --package-name ruff --entry 'ruff check --force-exclude' --id ruff --types-or python --types-or pyi --require-serial --description "Run 'ruff' for extremely fast Python linting" .
|
||||||
|
|
||||||
- run: git push origin HEAD:refs/heads/main --tags
|
- run: git push origin HEAD:refs/heads/main --tags
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
- id: ruff
|
- id: ruff
|
||||||
name: ruff
|
name: ruff
|
||||||
description: "Run 'ruff' for extremely fast Python linting"
|
description: "Run 'ruff' for extremely fast Python linting"
|
||||||
entry: ruff --force-exclude
|
entry: ruff check --force-exclude
|
||||||
language: python
|
language: python
|
||||||
'types_or': [python, pyi]
|
'types_or': [python, pyi]
|
||||||
args: []
|
args: []
|
||||||
|
Loading…
Reference in New Issue
Block a user