Skip to content

Commit 137f596

Browse files
committed
⬆️ Update pre-commit and GitHub actions
1 parent bfa0d1a commit 137f596

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v6
1313
- uses: actions/setup-python@v6
14-
- uses: actions/cache@v4
14+
- uses: actions/cache@v5
1515
with:
1616
path: ~/.cache/pre-commit
1717
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
entry: isort --profile=black
4141
name: isort (python)
4242
- repo: https://github.com/psf/black-pre-commit-mirror
43-
rev: 25.11.0
43+
rev: 25.12.0
4444
hooks:
4545
- id: black
4646
- repo: https://github.com/adamchainz/blacken-docs

0 commit comments

Comments
 (0)