Skip to content

Commit 3e47eb5

Browse files
committed
Update pre-commit hooks
1 parent 6bfad11 commit 3e47eb5

2 files changed

Lines changed: 15 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-useless-excludes
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v6.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -25,40 +25,40 @@ repos:
2525
- id: remove-tabs
2626

2727
- repo: https://github.com/PyCQA/doc8/
28-
rev: v1.1.1
28+
rev: v2.0.0
2929
hooks:
3030
- id: doc8
3131
require_serial: false
3232
additional_dependencies: [tomli]
3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.3.0
35+
rev: v2.4.1
3636
hooks:
3737
- id: codespell
3838
files: .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
3939
args: [-I, .codespell.allow]
4040

4141
- repo: https://github.com/shellcheck-py/shellcheck-py
42-
rev: v0.10.0.1
42+
rev: v0.11.0.1
4343
hooks:
4444
- id: shellcheck
4545
require_serial: false
4646
args: [-x, --severity=info]
4747

4848
- repo: https://github.com/adrienverge/yamllint.git
49-
rev: v1.35.1
49+
rev: v1.37.1
5050
hooks:
5151
- id: yamllint
5252

5353
- repo: https://github.com/asottile/blacken-docs
54-
rev: 1.16.0
54+
rev: 1.19.1
5555
hooks:
5656
- id: blacken-docs
5757
args: [-S, -l, '120']
5858
additional_dependencies: [black==22.12.0]
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.4.7
61+
rev: v0.12.9
6262
hooks:
6363
- id: ruff-format
6464
name: ruff (format)

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- Update GitHub Action `actions/download-artifact` to v4
1414
- Update GitHub Action `actions/upload-artifact` to v4
1515
- Update GitHub Action `codecov/codecov-action` from v4 to v5
16+
- Update `github.com/pre-commit/pre-commit-hooks` hook to v6.0.0
17+
- Update `https://github.com/PyCQA/doc8/` hook to v2.0.0
18+
- Update `github.com/codespell-project/codespell` hook to v2.4.1
19+
- Update `github.com/shellcheck-py/shellcheck-py` hook to v0.11.0.1
20+
- Update `github.com/adrienverge/yamllint.git` hook to v1.37.1
21+
- Update `github.com/asottile/blacken-docs` hook to 1.19.1
22+
- Update `github.com/astral-sh/ruff-pre-commit` hook to v0.12.9
23+
1624

1725
## [v1.9.6] - 2024-06-02
1826

0 commit comments

Comments
 (0)