Skip to content

Commit b5b46c7

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/JoC0de/pre-commit-prettier: v3.6.2 → v3.8.3](JoC0de/pre-commit-prettier@v3.6.2...v3.8.3) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.15.15](astral-sh/ruff-pre-commit@v0.13.3...v0.15.15)
1 parent 2b1f787 commit b5b46c7

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
@@ -28,22 +28,22 @@ repos:
2828
- id: python-use-type-annotations
2929

3030
- repo: https://github.com/codespell-project/codespell
31-
rev: v2.4.1
31+
rev: v2.4.2
3232
hooks:
3333
- id: codespell
3434
additional_dependencies: [tomli]
3535
#args: ["--write-changes"]
3636

3737
- repo: https://github.com/JoC0de/pre-commit-prettier
38-
rev: v3.6.2 # v3.6.2 using SHA as tags are not persistent
38+
rev: v3.8.3 # v3.6.2 using SHA as tags are not persistent
3939
hooks:
4040
- id: prettier
4141
files: \.(json|yml|yaml|toml)
4242
# https://prettier.io/docs/en/options.html#print-width
4343
args: ["--print-width=120"]
4444

4545
- repo: https://github.com/executablebooks/mdformat
46-
rev: 0.7.22
46+
rev: 1.0.0
4747
hooks:
4848
- id: mdformat
4949
args: ["--number"]
@@ -54,7 +54,7 @@ repos:
5454
exclude: CHANGELOG.md
5555

5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.13.3
57+
rev: v0.15.15
5858
hooks:
5959
- id: ruff
6060
args: ["--fix"]

0 commit comments

Comments
 (0)