Skip to content

Commit 355e576

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.11](astral-sh/ruff-pre-commit@v0.14.8...v0.14.11)
1 parent 0d01342 commit 355e576

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
@@ -24,14 +24,14 @@ repos:
2424

2525
# Format TOML files
2626
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
27-
rev: v2.15.0
27+
rev: v2.16.0
2828
hooks:
2929
- id: pretty-format-toml
3030
args: [--autofix, --indent, '4']
3131

3232
- repo: https://github.com/astral-sh/ruff-pre-commit
3333
# Ruff version.
34-
rev: v0.14.8
34+
rev: v0.14.11
3535
hooks:
3636
# Run the linter.
3737
- id: ruff

0 commit comments

Comments
 (0)