diff --git a/.github/workflows/clean-caches.yml b/.github/workflows/clean-caches.yml index 7986e0c..2de0c95 100644 --- a/.github/workflows/clean-caches.yml +++ b/.github/workflows/clean-caches.yml @@ -16,7 +16,7 @@ jobs: name: Remove caches runs-on: ubuntu-24.04 steps: - - uses: ComPWA/actions/clean-caches@v2 + - uses: ComPWA/actions/clean-caches@v3 with: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} ref: ${{ inputs.ref }} diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 85fa09a..4217fe2 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -16,6 +16,6 @@ on: jobs: lock: - uses: ComPWA/actions/.github/workflows/lock.yml@v2 + uses: ComPWA/actions/.github/workflows/lock.yml@v3 secrets: token: ${{ secrets.PAT }} diff --git a/.github/workflows/pr-linting.yml b/.github/workflows/pr-linting.yml index 44dc9e4..638dfc1 100644 --- a/.github/workflows/pr-linting.yml +++ b/.github/workflows/pr-linting.yml @@ -11,4 +11,4 @@ on: jobs: lint-pr: - uses: ComPWA/actions/.github/workflows/pr-linting.yml@v2 + uses: ComPWA/actions/.github/workflows/pr-linting.yml@v3 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2598ed..2450bd9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,6 @@ ci: - autoupdate_commit_msg: "MAINT: update lock files" + autofix_commit_msg: "MAINT: implement pre-commit autofixes" + autoupdate_commit_msg: "MAINT: upgrade lock files" autoupdate_schedule: quarterly repos: @@ -9,7 +10,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/ComPWA/policy - rev: 0.5.15 + rev: 0.7.0 hooks: - id: check-dev-files args: @@ -22,7 +23,7 @@ repos: - --repo-title=Public ComPWA GitHub profile - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -49,6 +50,6 @@ repos: args: [--in-place] - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.0 + rev: v9.2.0 hooks: - id: cspell diff --git a/.taplo.toml b/.taplo.toml index 71fcb1b..0db1df7 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -10,10 +10,3 @@ compact_inline_tables = true indent_string = " " reorder_arrays = true reorder_keys = true - -[[rule]] -include = ["**/pyproject.toml"] -keys = ["tool.tox"] - -[rule.formatting] -reorder_arrays = false