Skip to content

Commit d3377fd

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.11 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.11...v0.15.1)
1 parent 75303a0 commit d3377fd

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
@@ -15,12 +15,12 @@ repos:
1515
args: ['--maxkb=5120'] # 5mb
1616
- id: debug-statements
1717
- repo: https://github.com/adrienverge/yamllint.git
18-
rev: v1.37.1
18+
rev: v1.38.0
1919
hooks:
2020
- id: yamllint
2121
args: [--format, parsable, -d, relaxed]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: "v0.14.11"
23+
rev: "v0.15.1"
2424
hooks:
2525
- id: ruff
2626
args: [ --fix ]

0 commit comments

Comments
 (0)