Skip to content

Commit 5f486a6

Browse files
[pre-commit.ci] pre-commit autoupdate
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/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14)
1 parent 8013280 commit 5f486a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ repos:
2626
hooks:
2727
- id: codespell
2828
- repo: https://github.com/adrienverge/yamllint.git
29-
rev: v1.37.1
29+
rev: v1.38.0
3030
hooks:
3131
- id: yamllint
3232
files: \.(yaml|yml)$
3333
types: [file, yaml]
3434
entry: yamllint --strict
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.14.10
36+
rev: v0.14.14
3737
hooks:
3838
- id: ruff-format
3939
alias: ruff

0 commit comments

Comments
 (0)