Skip to content

Commit aad8417

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/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.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.11.8](astral-sh/ruff-pre-commit@v0.4.7...v0.11.8)
1 parent 098b0f6 commit aad8417

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v5.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -25,14 +25,14 @@ repos:
2525
- id: remove-tabs
2626

2727
- repo: https://github.com/PyCQA/doc8/
28-
rev: v1.1.1
28+
rev: v1.1.2
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)$
@@ -46,19 +46,19 @@ repos:
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.11.8
6262
hooks:
6363
- id: ruff-format
6464
name: ruff (format)

0 commit comments

Comments
 (0)