Skip to content

Commit 7c2edd3

Browse files
[pre-commit.ci] pre-commit autoupdate (#110)
<!--pre-commit.ci start--> updates: - [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/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.1](astral-sh/ruff-pre-commit@v0.12.0...v0.12.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2f52b33 commit 7c2edd3

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
@@ -8,7 +8,7 @@ repos:
88
- id: requirements-txt-fixer
99
- id: trailing-whitespace
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-toml
1414
args: [--autofix, --trailing-commas]
@@ -25,7 +25,7 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py312-plus, --add-import, from __future__ import annotations]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.12.0
28+
rev: v0.12.1
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix]

0 commit comments

Comments
 (0)