Skip to content

Commit 979de67

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [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.14.3](astral-sh/ruff-pre-commit@v0.12.11...v0.14.3) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.1](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.1) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.11.0](tox-dev/pyproject-fmt@v2.6.0...v2.11.0)
1 parent 51abb8f commit 979de67

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
@@ -36,7 +36,7 @@ repos:
3636
args: ["--in-place"]
3737

3838
- repo: https://github.com/executablebooks/mdformat
39-
rev: 0.7.22
39+
rev: 1.0.0
4040
hooks:
4141
- id: mdformat
4242
additional_dependencies:
@@ -47,28 +47,28 @@ 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.14.3
5959
hooks:
6060
- id: ruff
6161
args: ["--fix"]
6262
- id: ruff-format
6363
- id: ruff-check
6464

6565
- repo: https://github.com/sphinx-contrib/sphinx-lint
66-
rev: v1.0.0
66+
rev: v1.0.1
6767
hooks:
6868
- id: sphinx-lint
6969

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

0 commit comments

Comments
 (0)