Tweak pre-commit-mirror invocation

This commit is contained in:
Charlie Marsh 2022-10-27 17:17:29 -04:00
parent c9c9fc5b49
commit 48af87ed07

View File

@ -22,13 +22,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 python --description "Run 'ruff' for extremely fast Python linting" .
- run: git push origin HEAD:refs/heads/main --tags