Skip to content

Commit 62233cc

Browse files
pre-commit-ci[bot]kytta
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/hhatto/autopep8: v2.3.1 → v2.3.2](hhatto/autopep8@v2.3.1...v2.3.2) - [github.com/tox-dev/tox-ini-fmt: 1.4.1 → 1.5.0](tox-dev/tox-ini-fmt@1.4.1...1.5.0) - [github.com/google/yamlfmt: v0.14.0 → v0.15.0](google/yamlfmt@v0.14.0...v0.15.0) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/PyCQA/docformatter: eb1df347edd128b30cd3368dddc3aa65edcfac38 → v1.7.5](PyCQA/docformatter@eb1df34...v1.7.5) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4)
1 parent 22442dc commit 62233cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
hooks:
3737
- id: autoflake
3838
- repo: https://github.com/hhatto/autopep8
39-
rev: v2.3.1
39+
rev: v2.3.2
4040
hooks:
4141
- id: autopep8
4242
- repo: https://github.com/tox-dev/pyproject-fmt
@@ -45,18 +45,18 @@ repos:
4545
- id: pyproject-fmt
4646
args: [--max-supported-python=3.13]
4747
- repo: https://github.com/tox-dev/tox-ini-fmt
48-
rev: "1.4.1"
48+
rev: "1.5.0"
4949
hooks:
5050
- id: tox-ini-fmt
5151
- repo: https://github.com/google/yamlfmt
52-
rev: "v0.14.0"
52+
rev: "v0.15.0"
5353
hooks:
5454
- id: yamlfmt
5555
args:
5656
- -formatter
5757
- retain_line_breaks=true
5858
- repo: https://github.com/executablebooks/mdformat
59-
rev: 0.7.21
59+
rev: 0.7.22
6060
hooks:
6161
- id: mdformat
6262
additional_dependencies:
@@ -83,6 +83,6 @@ repos:
8383
hooks:
8484
- id: docformatter
8585
- repo: https://github.com/astral-sh/ruff-pre-commit
86-
rev: "v0.8.6"
86+
rev: "v0.9.4"
8787
hooks:
8888
- id: ruff

0 commit comments

Comments
 (0)