pre-commit autoupdate && pre-commit run --all-files (#2484)

* pre-commit autoupdate && pre-commit run --all-files

* Black formatter needs a current version of Python
This commit is contained in:
Christian Clauss
2025-01-04 10:02:18 +01:00
committed by GitHub
parent 6c1d8f1ea1
commit 26a7cacc83
4 changed files with 24 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ jobs:
run: git fetch origin ${{ github.base_ref }}
- uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.9"
architecture: x64
- name: Get pip cache dir
id: pip-cache
@@ -33,7 +33,7 @@ jobs:
${{ runner.os }}-pip-pre-commit
- name: pre-commit
run: |
pip install -U pre-commit
pip install --upgrade pre-commit
pre-commit install --install-hooks
pre-commit run --all-files
whisper-test: