We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa0d1a commit 137f596Copy full SHA for 137f596
.github/workflows/pre-commit.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v6
13
- uses: actions/setup-python@v6
14
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
15
with:
16
path: ~/.cache/pre-commit
17
key: pre-commit|${{ env.pythonLocation }}|${{ hashFiles('.pre-commit-config.yaml') }}
.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
40
entry: isort --profile=black
41
name: isort (python)
42
- repo: https://github.com/psf/black-pre-commit-mirror
43
- rev: 25.11.0
+ rev: 25.12.0
44
hooks:
45
- id: black
46
- repo: https://github.com/adamchainz/blacken-docs
0 commit comments