Skip to content

Commit b3286f2

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.10 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.10...v0.15.9) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/JoC0de/pre-commit-prettier: v3.7.4 → v3.8.1](JoC0de/pre-commit-prettier@v3.7.4...v3.8.1)
1 parent bb7820f commit b3286f2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
- id: detect-private-key
5151

5252
- repo: https://github.com/codespell-project/codespell
53-
rev: v2.4.1
53+
rev: v2.4.2
5454
hooks:
5555
- id: codespell
5656
additional_dependencies: [tomli]
@@ -72,7 +72,7 @@ repos:
7272
- id: sphinx-lint
7373

7474
- repo: https://github.com/astral-sh/ruff-pre-commit
75-
rev: v0.14.10
75+
rev: v0.15.9
7676
hooks:
7777
# try to fix what is possible
7878
- id: ruff
@@ -83,7 +83,7 @@ repos:
8383
- id: ruff
8484

8585
- repo: https://github.com/executablebooks/mdformat
86-
rev: 0.7.22
86+
rev: 1.0.0
8787
hooks:
8888
- id: mdformat
8989
additional_dependencies:
@@ -98,7 +98,7 @@ repos:
9898
)$
9999
100100
- repo: https://github.com/JoC0de/pre-commit-prettier
101-
rev: v3.7.4
101+
rev: v3.8.1
102102
hooks:
103103
- id: prettier
104104
# https://prettier.io/docs/en/options.html#print-width

0 commit comments

Comments
 (0)