Skip to content

Commit 58311ba

Browse files
[pre-commit] Update hooks versions (#728)
🤖 This PR was created automatically by the update-pre-commit workflow. Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nesterov Alexander <nesterov.alexander@outlook.com>
1 parent a20872f commit 58311ba

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
@@ -29,7 +29,7 @@ repos:
2929

3030
# Ruff Python linter
3131
- repo: https://github.com/charliermarsh/ruff-pre-commit
32-
rev: v0.14.10
32+
rev: v0.15.0
3333
hooks:
3434
- id: ruff
3535
args: [--fix]
@@ -43,7 +43,7 @@ repos:
4343

4444
# YAML linting
4545
- repo: https://github.com/adrienverge/yamllint.git
46-
rev: v1.37.1
46+
rev: v1.38.0
4747
hooks:
4848
- id: yamllint
4949

0 commit comments

Comments
 (0)