Skip to content

Commit 310cbf6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.5 → v1.5.6](Lucas-C/pre-commit-hooks@v1.5.5...v1.5.6) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.6](astral-sh/ruff-pre-commit@v0.14.10...v0.15.6)
1 parent f9cc048 commit 310cbf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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: remove-tabs
2626

@@ -32,7 +32,7 @@ repos:
3232
additional_dependencies: [tomli]
3333

3434
- repo: https://github.com/codespell-project/codespell
35-
rev: v2.4.1
35+
rev: v2.4.2
3636
hooks:
3737
- id: codespell
3838
files: .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
@@ -46,19 +46,19 @@ repos:
4646
args: [-x, --severity=info]
4747

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

5353
- repo: https://github.com/asottile/blacken-docs
54-
rev: 1.19.1
54+
rev: 1.20.0
5555
hooks:
5656
- id: blacken-docs
5757
args: [--line-length=120]
5858
additional_dependencies: [ruff>=0.14.0]
5959

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

0 commit comments

Comments
 (0)