Skip to content

Commit 4d71f7b

Browse files
committed
⬆️ Update pre-commit hooks and GitHub actions
1 parent e2b82c6 commit 4d71f7b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build docs and check links
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: pandoc/actions/setup@v1
1919
- uses: ts-graphviz/setup-graphviz@v2
2020
- uses: actions/setup-python@v5

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github.event.pull_request.head.repo.full_name != github.repository
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
- uses: actions/setup-python@v5
2323
- uses: actions/cache@v4
2424
with:

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010

1111
repos:
1212
- repo: https://github.com/pre-commit/pre-commit-hooks
13-
rev: v5.0.0
13+
rev: v6.0.0
1414
hooks:
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
@@ -27,22 +27,22 @@ repos:
2727
- id: sphinx-lint
2828
types: [rst]
2929
- repo: https://github.com/pycqa/isort
30-
rev: 6.0.1
30+
rev: 7.0.0
3131
hooks:
3232
- id: isort
3333
additional_dependencies: ["toml"]
3434
entry: isort --profile=black
3535
name: isort (python)
3636
- repo: https://github.com/psf/black
37-
rev: 25.1.0
37+
rev: 25.9.0
3838
hooks:
3939
- id: black
4040
- repo: https://github.com/tonybaloney/perflint
4141
rev: 0.8.1
4242
hooks:
4343
- id: perflint
4444
- repo: https://github.com/adamchainz/blacken-docs
45-
rev: "1.19.1"
45+
rev: "1.20.0"
4646
hooks:
4747
- id: blacken-docs
4848
args: [--line-length=79]

0 commit comments

Comments
 (0)