Disable --fix by default; rename to lint

This commit is contained in:
Charlie Marsh 2022-10-12 11:14:49 -04:00
parent 3abd172d3d
commit f3c3160746
2 changed files with 1 additions and 2 deletions

View File

@ -22,6 +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 --types python --description "Run ruff to lint Python files." --args='--fix' .
- run: pre-commit-mirror --language python --package-name ruff --entry ruff --id lint --types python --description "Run ruff to lint Python files." .
- run: git push origin HEAD:refs/heads/main --tags

View File

@ -1 +0,0 @@
0.0.69