Skip to content

Commit e331407

Browse files
[pre-commit.ci] pre-commit autoupdate (koxudaxi#2517)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9d83669 commit e331407

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/python-jsonschema/check-jsonschema
3-
rev: 0.34.0
3+
rev: 0.34.1
44
hooks:
55
- id: check-github-workflows
66
args: [ "--verbose" ]
77
- repo: https://github.com/tox-dev/tox-ini-fmt
8-
rev: "1.6.0"
8+
rev: "1.7.0"
99
hooks:
1010
- id: tox-ini-fmt
1111
args: ["-p", "fix"]
1212
- repo: https://github.com/tox-dev/pyproject-fmt
13-
rev: v2.7.0
13+
rev: v2.11.0
1414
hooks:
1515
- id: pyproject-fmt
1616
args: ["--max-supported-python=3.14"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: 'v0.13.3'
18+
rev: 'v0.14.1'
1919
hooks:
2020
- id: ruff-format
2121
exclude: "^tests/data"

0 commit comments

Comments
 (0)