Skip to content

Commit 2f5a176

Browse files
chore: pre-commit autoupdate (#102)
updates: - [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/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 62fbc24 commit 2f5a176

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: codespell
1818
entry: codespell -I .codespell-ignore-words.txt
1919
- repo: https://github.com/adrienverge/yamllint.git
20-
rev: v1.37.1
20+
rev: v1.38.0
2121
hooks:
2222
- id: yamllint
2323
- repo: https://github.com/rstcheck/rstcheck
@@ -34,11 +34,11 @@ repos:
3434
additional_dependencies:
3535
- tomli
3636
- repo: https://github.com/psf/black-pre-commit-mirror
37-
rev: 25.12.0
37+
rev: 26.1.0
3838
hooks:
3939
- id: black
4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.14.10
41+
rev: v0.14.14
4242
hooks:
4343
- id: ruff
4444
args:

0 commit comments

Comments
 (0)