Skip to content

Commit 8156a9b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0) - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](asottile/pyupgrade@v3.20.0...v3.21.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) - [github.com/sirosen/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/tox-dev/pyproject-fmt: v2.7.0 → v2.10.0](tox-dev/pyproject-fmt@v2.7.0...v2.10.0)
1 parent 27f78a1 commit 8156a9b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
- id: check-yaml
1414
- id: debug-statements
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: v0.13.3
16+
rev: v0.14.0
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.20.0
21+
rev: v3.21.0
2222
hooks:
2323
- id: pyupgrade
2424
- repo: https://github.com/asottile/yesqa
@@ -52,7 +52,7 @@ repos:
5252
hooks:
5353
- id: python-use-type-annotations
5454
- repo: https://github.com/rhysd/actionlint
55-
rev: v1.7.7
55+
rev: v1.7.8
5656
hooks:
5757
- id: actionlint-docker
5858
args:
@@ -64,11 +64,11 @@ repos:
6464
- 'SC1004:'
6565
stages: [manual]
6666
- repo: https://github.com/sirosen/check-jsonschema
67-
rev: 0.34.0
67+
rev: 0.34.1
6868
hooks:
6969
- id: check-github-actions
7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: v2.7.0
71+
rev: v2.10.0
7272
hooks:
7373
- id: pyproject-fmt
7474
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version

0 commit comments

Comments
 (0)