diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 306f54a..0e9e0f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 diff --git a/.version b/.version deleted file mode 100644 index 9a52cbd..0000000 --- a/.version +++ /dev/null @@ -1 +0,0 @@ -0.0.69