Compare commits

...

4 Commits

Author SHA1 Message Date
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
Renovate 008bac674c chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.15.13 (#33)
Lint / pre-commit Linting (push) Successful in 49s
Co-authored-by: Renovate Bot <renovate@horstenkamp.eu>
Co-committed-by: Renovate Bot <renovate@horstenkamp.eu>
2026-05-22 02:45:39 +02:00
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ jobs:
name: pre-commit Linting
runs-on: pi
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
- run: pip install pre-commit
shell: bash
- name: Pre Commit
+2 -2
View File
@@ -24,13 +24,13 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.15.12
rev: v0.15.13
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/psf/black
rev: 26.3.1
rev: 26.5.1
hooks:
- id: black
args: [--config=pyproject.toml]