Skip to content

Commit 6c40bc9

Browse files
[pre-commit.ci] pre-commit autoupdate (#261)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.14.14](astral-sh/ruff-pre-commit@v0.14.10...v0.14.14) - [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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 93ad9d2 commit 6c40bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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.10'
22+
rev: 'v0.14.14'
2323
hooks:
2424
- id: ruff
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)