Skip to content

Commit 73da9e1

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.2](astral-sh/ruff-pre-commit@v0.14.0...v0.14.2) - [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)
1 parent b3a94d1 commit 73da9e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2
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:
@@ -63,7 +63,7 @@ repos:
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.6.2 # 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)