Skip to content

Commit 97e5ac6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - https://github.com/PyCQA/doc8/: v1.1.1 → v1.1.2 - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.9.9](astral-sh/ruff-pre-commit@v0.4.7...v0.9.9)
1 parent 5055ead commit 97e5ac6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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: v5.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -30,14 +30,14 @@ repos:
3030
- id: remove-tabs
3131

3232
- repo: https://github.com/PyCQA/doc8/
33-
rev: v1.1.1
33+
rev: v1.1.2
3434
hooks:
3535
- id: doc8
3636
require_serial: false
3737
additional_dependencies: [tomli]
3838

3939
- repo: https://github.com/codespell-project/codespell
40-
rev: v2.3.0
40+
rev: v2.4.1
4141
hooks:
4242
- id: codespell
4343
files: .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
@@ -49,14 +49,14 @@ repos:
4949
- id: yamllint
5050

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

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.4.7
59+
rev: v0.9.9
6060
hooks:
6161
- id: ruff-format
6262
name: ruff (format)

0 commit comments

Comments
 (0)