1 Commits

Author SHA1 Message Date
a9a6c4f73c chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6
Some checks failed
Lint / pre-commit Linting (push) Has been cancelled
2025-09-05 00:41:18 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -9,8 +9,8 @@ jobs:
name: pre-commit Linting
runs-on: pi
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: pip install pre-commit
shell: bash
- name: Pre Commit

View File

@@ -25,7 +25,7 @@ repos:
args: [--branch, main]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.15.0
rev: v2.14.0
hooks:
- id: pretty-format-ini
args: [--autofix]