Compare commits

...

6 Commits

Author SHA1 Message Date
Renovate 904d3e79ed chore(deps): update actions/checkout action to v6.0.3 (#39)
Lint / pre-commit Linting (push) Successful in 38s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-06-05 16:46:03 +02:00
Renovate eb87ac37f1 chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.15 (#38)
Lint / pre-commit Linting (push) Successful in 1m4s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-06-05 02:28:28 +02:00
Renovate 5cff9be14e chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.14 (#37)
Lint / pre-commit Linting (push) Successful in 44s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-05-29 02:15:54 +02:00
Renovate ae17f6eeaa chore(deps): update actions/setup-python action to v6.2.0 (#36)
Lint / pre-commit Linting (push) Successful in 45s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-05-23 00:57:56 +02:00
Renovate 8c623418a8 chore(deps): update actions/checkout action to v6.0.2 (#35)
Lint / pre-commit Linting (push) Successful in 41s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-05-23 00:48:44 +02:00
Renovate ce5ac28a78 chore(deps): update pre-commit hook psf/black to v26.5.1 (#34)
Lint / pre-commit Linting (push) Successful in 51s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-05-22 02:59:57 +02:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ jobs:
name: pre-commit Linting name: pre-commit Linting
runs-on: pi runs-on: pi
steps: steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
- run: pip install pre-commit - run: pip install pre-commit
shell: bash shell: bash
- name: Pre Commit - name: Pre Commit
+2 -2
View File
@@ -24,13 +24,13 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. # Ruff version.
rev: v0.15.13 rev: v0.15.15
hooks: hooks:
- id: ruff - id: ruff
args: [--fix, --exit-non-zero-on-fix] args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black - repo: https://github.com/psf/black
rev: 26.3.1 rev: 26.5.1
hooks: hooks:
- id: black - id: black
args: [--config=pyproject.toml] args: [--config=pyproject.toml]