Skip to content

Commit 3b225ea

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/adrienverge/yamllint.git: v1.33.0 → v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.33.0...v1.35.1) - [github.com/rstcheck/rstcheck: v6.2.0 → v6.2.4](rstcheck/rstcheck@v6.2.0...v6.2.4) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](codespell-project/codespell@v2.2.6...v2.4.1) - [github.com/psf/black: 23.11.0 → 25.1.0](psf/black@23.11.0...25.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.9.6](astral-sh/ruff-pre-commit@v0.1.1...v0.9.6)
1 parent c8c2294 commit 3b225ea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,43 +4,43 @@ ci:
44
autoupdate_comit_msg: 'chore: pre-commit autoupdate'
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: end-of-file-fixer
1111
- id: check-yaml
1212
- id: check-added-large-files
1313
- repo: https://github.com/codespell-project/codespell
14-
rev: v2.2.6
14+
rev: v2.4.1
1515
hooks:
1616
- id: codespell
1717
entry: codespell -I .codespell-ignore-words.txt
1818
exclude: ^test/data/.*$
1919
- repo: https://github.com/adrienverge/yamllint.git
20-
rev: v1.33.0
20+
rev: v1.35.1
2121
hooks:
2222
- id: yamllint
2323
- repo: https://github.com/rstcheck/rstcheck
24-
rev: v6.2.0
24+
rev: v6.2.4
2525
hooks:
2626
- id: rstcheck
2727
additional_dependencies:
2828
- sphinx
2929
- tomli
3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.2.6
31+
rev: v2.4.1
3232
hooks:
3333
- id: codespell
3434
entry: codespell -I .codespell-ignore-words.txt
3535
exclude: ^test/data/.*$
3636
additional_dependencies:
3737
- tomli
3838
- repo: https://github.com/psf/black
39-
rev: 23.11.0
39+
rev: 25.1.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.1.1
43+
rev: v0.9.6
4444
hooks:
4545
- id: ruff
4646
args:

0 commit comments

Comments
 (0)