Skip to content

Commit 702ba8b

Browse files
pre-commit-ci[bot]seifertm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.4](astral-sh/ruff-pre-commit@v0.14.3...v0.14.4) - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.1](asottile/pyupgrade@v3.21.0...v3.21.1) - [github.com/tox-dev/pyproject-fmt: v2.11.0 → v2.11.1](tox-dev/pyproject-fmt@v2.11.0...v2.11.1) - [github.com/zizmorcore/zizmor-pre-commit: v1.16.2 → v1.16.3](zizmorcore/zizmor-pre-commit@v1.16.2...v1.16.3)
1 parent bf7e8bf commit 702ba8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.14.3
16+
rev: v0.14.4
1717
hooks:
1818
- id: ruff
1919
args: [--fix]
2020
- repo: https://github.com/asottile/pyupgrade
21-
rev: v3.21.0
21+
rev: v3.21.1
2222
hooks:
2323
- id: pyupgrade
2424
- repo: https://github.com/asottile/yesqa
@@ -68,13 +68,13 @@ repos:
6868
hooks:
6969
- id: check-github-actions
7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: v2.11.0
71+
rev: v2.11.1
7272
hooks:
7373
- id: pyproject-fmt
7474
# https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version
7575
additional_dependencies: [tox>=4.28]
7676
- repo: https://github.com/zizmorcore/zizmor-pre-commit
77-
rev: v1.16.2
77+
rev: v1.16.3
7878
hooks:
7979
- id: zizmor
8080
ci:

0 commit comments

Comments
 (0)