Skip to content

Commit a8062af

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.8...v0.15.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.15.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.15.0...v2.16.0)
1 parent a612e48 commit a8062af

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
@@ -19,7 +19,7 @@ repos:
1919
- id: sort-simple-yaml
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: 'v0.14.8'
22+
rev: 'v0.15.0'
2323
hooks:
2424
- id: ruff-check
2525
args: [--fix, --exit-non-zero-on-fix]
@@ -30,7 +30,7 @@ repos:
3030
- id: codespell
3131
additional_dependencies: ["tomli"]
3232
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
33-
rev: v2.15.0
33+
rev: v2.16.0
3434
hooks:
3535
- id: pretty-format-toml
3636
args: [--autofix, --no-sort]

0 commit comments

Comments
 (0)