Skip to content

Commit b458594

Browse files
[pre-commit.ci] pre-commit autoupdate (#2668)
updates: - [github.com/tox-dev/tox-ini-fmt: 1.7.0 → 1.7.1](tox-dev/tox-ini-fmt@1.7.0...1.7.1) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 78a2903 commit b458594

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
@@ -8,7 +8,7 @@ repos:
88
- id: check-github-workflows
99
args: [ "--verbose" ]
1010
- repo: https://github.com/tox-dev/tox-ini-fmt
11-
rev: "1.7.0"
11+
rev: "1.7.1"
1212
hooks:
1313
- id: tox-ini-fmt
1414
args: ["-p", "fix"]
@@ -18,7 +18,7 @@ repos:
1818
- id: pyproject-fmt
1919
args: ["--max-supported-python=3.14"]
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: 'v0.14.8'
21+
rev: 'v0.14.9'
2222
hooks:
2323
- id: ruff-format
2424
exclude: "^tests/data"

0 commit comments

Comments
 (0)