diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6abe7fa..4cf768b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -15,7 +15,7 @@ jobs: - run: git config --global user.name 'Github Actions' - run: git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com' - name: Install the latest version of uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v4 with: version: "latest" - run: >- diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 25e8153..1c99b21 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,10 +1,10 @@ -- id: tox-toml-fmt - name: tox-toml-fmt - description: '' - entry: tox-toml-fmt - language: python - 'files': (^|/)tox\.toml$ - args: [] - require_serial: false - additional_dependencies: [] - minimum_pre_commit_version: '0' +- id: tox-toml-fmt + name: tox-toml-fmt + description: "" + entry: tox-toml-fmt + language: python + "files": (^|/)tox\.toml$ + args: [] + require_serial: false + additional_dependencies: [] + minimum_pre_commit_version: "0"