Skip to content

Commit 95b0967

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.13.2](astral-sh/ruff-pre-commit@v0.8.6...v0.13.2) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 403f0ec commit 95b0967

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
@@ -2,13 +2,13 @@ fail_fast: false
22

33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.8.6
5+
rev: v0.13.2
66
hooks:
77
- id: ruff
88
- id: ruff-format
99

1010
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
11-
rev: v2.14.0
11+
rev: v2.15.0
1212
hooks:
1313
- id: pretty-format-yaml
1414
args:
@@ -22,7 +22,7 @@ repos:
2222
- --no-sort
2323

2424
- repo: https://github.com/pre-commit/pre-commit-hooks
25-
rev: v5.0.0
25+
rev: v6.0.0
2626
hooks:
2727
- id: check-case-conflict
2828
- id: end-of-file-fixer

0 commit comments

Comments
 (0)