Skip to content

Commit 6f531eb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - https://github.com/PyCQA/doc8/: v1.1.1 → v2.0.0 - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.38.0) - [github.com/asottile/blacken-docs: 1.16.0 → 1.20.0](adamchainz/blacken-docs@1.16.0...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.15.1](astral-sh/ruff-pre-commit@v0.4.7...v0.15.1)
1 parent 0ccca55 commit 6f531eb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.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
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/Lucas-C/pre-commit-hooks
23-
rev: v1.5.5
23+
rev: v1.5.6
2424
hooks:
2525
- id: insert-license
2626
files: \.py$
@@ -30,33 +30,33 @@ repos:
3030
- id: remove-tabs
3131

3232
- repo: https://github.com/PyCQA/doc8/
33-
rev: v1.1.1
33+
rev: v2.0.0
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)$
4444
args: [-I, .codespell.allow]
4545

4646
- repo: https://github.com/adrienverge/yamllint.git
47-
rev: v1.35.1
47+
rev: v1.38.0
4848
hooks:
4949
- id: yamllint
5050

5151
- repo: https://github.com/asottile/blacken-docs
52-
rev: 1.16.0
52+
rev: 1.20.0
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.15.1
6060
hooks:
6161
- id: ruff-format
6262
name: ruff (format)

0 commit comments

Comments
 (0)