Set pre-commit options via pre-commit-mirror CLI (#15)

This was done incorrectly in #9 and #10.
This commit is contained in:
Charlie Marsh 2023-01-16 13:11:00 -05:00 committed by GitHub
parent 37d0b1fbf6
commit b0a6088322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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