Skip to content

Commit 4a7a48c

Browse files
[pre-commit.ci] pre-commit suggestions (#367)
* [pre-commit.ci] pre-commit suggestions updates: - [github.com/PyCQA/docformatter: 06907d0267368b49b9180eed423fae5697c1e909 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1) * Apply suggestions from code review --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <[email protected]>
1 parent 24f9b9a commit 4a7a48c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ repos:
4747
exclude: CHANGELOG.md
4848

4949
- repo: https://github.com/pre-commit/mirrors-prettier
50-
rev: v3.1.0
50+
rev: v4.0.0-alpha.8
5151
hooks:
5252
- id: prettier
5353
files: \.(json|yml|yaml|toml)
5454
# https://prettier.io/docs/en/options.html#print-width
5555
args: ["--print-width=120"]
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.9.4
58+
rev: v0.9.9
5959
hooks:
6060
- id: ruff
6161
args: ["--fix"]
@@ -68,7 +68,7 @@ repos:
6868
- id: sphinx-lint
6969

7070
- repo: https://github.com/tox-dev/pyproject-fmt
71-
rev: v2.5.0
71+
rev: v2.5.1
7272
hooks:
7373
- id: pyproject-fmt
7474
additional_dependencies: [tox]

0 commit comments

Comments
 (0)