diff --git a/.copier-answers.yml b/.copier-answers.yml index 7f35bfc..d4b621d 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ -_commit: v5 +_commit: v6 _src_path: git@github.com:trallnag/copier-template-python-script.git project_name: filter-pre-commit-hooks repo_name: filter-pre-commit-hooks diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b9f6b92..2b1f3f8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,11 +59,11 @@ jobs: - name: Run task init-uv run: task init-uv - - name: Run task format-precommit - run: task format-precommit + - name: Run task format + run: task format - - name: Run task lint-precommit - run: task lint-precommit + - name: Run task lint + run: task lint - name: Commit and push changes if: |