Skip to content

Commit 74af50c

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/asottile/pyupgrade: v3.21.0 → v3.21.2](asottile/pyupgrade@v3.21.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.0...v0.14.9) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.2) - [github.com/JoC0de/pre-commit-prettier: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 → v3.7.4](JoC0de/pre-commit-prettier@b3e25fa...v3.7.4)
1 parent fb989d4 commit 74af50c

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
@@ -24,7 +24,7 @@ repos:
2424
- id: detect-private-key
2525

2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.21.0
27+
rev: v3.21.2
2828
hooks:
2929
- id: pyupgrade
3030
args: ["--py310-plus"]
@@ -39,7 +39,7 @@ repos:
3939
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
4040

4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.14.0
42+
rev: v0.14.9
4343
hooks:
4444
- id: ruff-check
4545
args: ["--fix"]
@@ -48,7 +48,7 @@ repos:
4848
exclude: "examples"
4949

5050
- repo: https://github.com/executablebooks/mdformat
51-
rev: 0.7.22
51+
rev: 1.0.0
5252
hooks:
5353
- id: mdformat
5454
additional_dependencies:
@@ -58,12 +58,12 @@ repos:
5858
exclude: "examples"
5959

6060
- repo: https://github.com/sphinx-contrib/sphinx-lint
61-
rev: v1.0.0
61+
rev: v1.0.2
6262
hooks:
6363
- id: sphinx-lint
6464

6565
- repo: https://github.com/JoC0de/pre-commit-prettier
66-
rev: b3e25fa39aa676c36bc18eb9eae6f26d9bb63f39 # v3.6.2 using SHA as tags are not persistent
66+
rev: v3.7.4 # v3.6.2 using SHA as tags are not persistent
6767
hooks:
6868
- id: prettier
6969
files: \.(json|yml|yaml|toml)

0 commit comments

Comments
 (0)