3 Commits

Author SHA1 Message Date
renovate[bot]
e6f842a8c3 ⬆️ Upgrade actions/setup-python action to v6 2025-09-04 05:29:34 +00:00
renovate[bot]
b0c8e0506f ⬆️ Upgrade astral-sh/setup-uv action to v6 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-04-25 00:59:24 +02:00
pre-commit-ci[bot]
b516973abf 👷 pre-commit autoupdate (#19)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Paillat <me@paillat.dev>
2025-04-15 22:07:42 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -12,12 +12,12 @@ jobs:
- uses: actions/checkout@v4
- name: "Install uv"
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"

View File

@@ -38,12 +38,12 @@ jobs:
- uses: actions/checkout@v4
- name: "Install uv"
uses: astral-sh/setup-uv@v5
uses: astral-sh/setup-uv@v6
with:
enable-cache: true
- name: "Set up Python"
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"

View File

@@ -21,7 +21,7 @@ repos:
exclude: \.(po|pot|yml|yaml)$
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.10
rev: v0.11.5
hooks:
# Run the linter.
- id: ruff
@@ -31,4 +31,4 @@ repos:
- repo: https://github.com/bhundven/copywrite # waiting for https://github.com/hashicorp/copywrite/pull/120 to be merged
rev: 937f17f09c46992447dfa8977bb96eda512588c4
hooks:
- id: add-headers
- id: add-headers