Skip to content

Commit 2ae7eed

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.8) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.9...v0.8.6) - [github.com/tox-dev/pyproject-fmt: 2.2.4 → v2.5.0](tox-dev/pyproject-fmt@2.2.4...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.20.2 → v0.23](abravalheri/validate-pyproject@v0.20.2...v0.23)
1 parent b38163e commit 2ae7eed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/pre-commit/mirrors-prettier
26-
rev: v3.1.0
26+
rev: v4.0.0-alpha.8
2727
hooks:
2828
- id: prettier
2929
files: \.(html|yml|yaml|toml)
@@ -44,7 +44,7 @@ repos:
4444
# name: typing
4545

4646
- repo: https://github.com/executablebooks/mdformat
47-
rev: 0.7.17
47+
rev: 0.7.21
4848
hooks:
4949
- id: mdformat
5050
additional_dependencies:
@@ -53,7 +53,7 @@ repos:
5353
- mdformat_frontmatter
5454

5555
- repo: https://github.com/astral-sh/ruff-pre-commit
56-
rev: v0.6.9
56+
rev: v0.8.6
5757
hooks:
5858
# try to fix what is possible
5959
- id: ruff
@@ -64,11 +64,11 @@ repos:
6464
- id: ruff
6565

6666
- repo: https://github.com/tox-dev/pyproject-fmt
67-
rev: 2.2.4
67+
rev: v2.5.0
6868
hooks:
6969
- id: pyproject-fmt
7070
additional_dependencies: [tox]
7171
- repo: https://github.com/abravalheri/validate-pyproject
72-
rev: v0.20.2
72+
rev: v0.23
7373
hooks:
7474
- id: validate-pyproject

0 commit comments

Comments
 (0)