Set pre-commit options via pre-commit-mirror CLI (#15)
This was done incorrectly in #9 and #10.
This commit is contained in:
parent
37d0b1fbf6
commit
b0a6088322
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -24,6 +24,6 @@ jobs:
|
||||
git config user.name 'Github Actions'
|
||||
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
|
||||
- run: pre-commit-mirror --language python --package-name ruff --entry ruff --id ruff --types python --description "Run 'ruff' for extremely fast Python linting" .
|
||||
- run: pre-commit-mirror --language python --package-name ruff --entry ruff --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
|
||||
|
Loading…
Reference in New Issue
Block a user