Skip to content

Commit 63ac121

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.15.13](astral-sh/ruff-pre-commit@v0.11.2...v0.15.13) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.44.0...v0.48.0)
1 parent 9cdea79 commit 63ac121

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
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.11.2
5+
rev: v0.15.13
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -11,20 +11,20 @@ repos:
1111
- id: ruff-format
1212

1313
- repo: https://github.com/abravalheri/validate-pyproject
14-
rev: v0.24.1
14+
rev: v0.25
1515
hooks:
1616
- id: validate-pyproject
1717

1818
- repo: https://github.com/executablebooks/mdformat
19-
rev: 0.7.22
19+
rev: 1.0.0
2020
hooks:
2121
- id: mdformat
2222
additional_dependencies:
2323
- "mdformat-mkdocs[recommended]>=2.1.0"
2424
- mdformat-admon
2525

2626
- repo: https://github.com/igorshubovych/markdownlint-cli
27-
rev: v0.44.0
27+
rev: v0.48.0
2828
hooks:
2929
- id: markdownlint
3030
# args:

0 commit comments

Comments
 (0)