Skip to content

Commit 11a1e17

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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/psf/black: 23.11.0 → 24.2.0](psf/black@23.11.0...24.2.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.1 → v0.3.2](astral-sh/ruff-pre-commit@v0.1.1...v0.3.2)
1 parent c8c2294 commit 11a1e17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
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
@@ -36,11 +36,11 @@ repos:
3636
additional_dependencies:
3737
- tomli
3838
- repo: https://github.com/psf/black
39-
rev: 23.11.0
39+
rev: 24.2.0
4040
hooks:
4141
- id: black
4242
- repo: https://github.com/astral-sh/ruff-pre-commit
43-
rev: v0.1.1
43+
rev: v0.3.2
4444
hooks:
4545
- id: ruff
4646
args:

0 commit comments

Comments
 (0)