From f3c31607469c4c4b256f43eb18404f6d28f90f55 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Wed, 12 Oct 2022 11:14:49 -0400 Subject: [PATCH] Disable --fix by default; rename to lint --- .github/workflows/main.yml | 2 +- .version | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .version 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