Skip to content

Commit 960b869

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/JoC0de/pre-commit-prettier: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 → v3.6.2](JoC0de/pre-commit-prettier@b3e25fa...v3.6.2) - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.7.0](tox-dev/pyproject-fmt@v2.6.0...v2.7.0)
1 parent bb4af13 commit 960b869

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

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

4949
- repo: https://github.com/JoC0de/pre-commit-prettier
50-
rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # v3.6.2 using SHA as tags are not persistent
50+
rev: v3.6.2 # v3.6.2 using SHA as tags are not persistent
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.12.11
58+
rev: v0.13.3
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.6.0
71+
rev: v2.7.0
7272
hooks:
7373
- id: pyproject-fmt
7474
additional_dependencies: [tox]

0 commit comments

Comments
 (0)