Skip to content

Commit 0f579b1

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/sphinx-contrib/sphinx-lint: v1.0.0 → v1.0.2](sphinx-contrib/sphinx-lint@v1.0.0...v1.0.2) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [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/astral-sh/ruff-pre-commit: v0.12.2 → v0.15.9](astral-sh/ruff-pre-commit@v0.12.2...v0.15.9) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.21.0](tox-dev/pyproject-fmt@v2.6.0...v2.21.0) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent f7734e9 commit 0f579b1

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ci:
2323

2424
repos:
2525
- repo: https://github.com/pre-commit/pre-commit-hooks
26-
rev: v5.0.0
26+
rev: v6.0.0
2727
hooks:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
@@ -38,7 +38,7 @@ repos:
3838
- id: detect-private-key
3939

4040
- repo: https://github.com/codespell-project/codespell
41-
rev: v2.4.1
41+
rev: v2.4.2
4242
hooks:
4343
- id: codespell
4444
additional_dependencies: [tomli]
@@ -55,12 +55,12 @@ repos:
5555
args: ["--in-place"]
5656

5757
- repo: https://github.com/sphinx-contrib/sphinx-lint
58-
rev: v1.0.0
58+
rev: v1.0.2
5959
hooks:
6060
- id: sphinx-lint
6161

6262
- repo: https://github.com/executablebooks/mdformat
63-
rev: 0.7.22
63+
rev: 1.0.0
6464
hooks:
6565
- id: mdformat
6666
args: ["--number"]
@@ -75,7 +75,7 @@ repos:
7575
)$
7676
7777
- repo: https://github.com/pre-commit/mirrors-prettier
78-
rev: v3.1.0
78+
rev: v4.0.0-alpha.8
7979
hooks:
8080
- id: prettier
8181
files: \.(json|yml|yaml|toml)
@@ -107,7 +107,7 @@ repos:
107107
- id: text-unicode-replacement-char
108108

109109
- repo: https://github.com/astral-sh/ruff-pre-commit
110-
rev: v0.12.2
110+
rev: v0.15.9
111111
hooks:
112112
# try to fix what is possible
113113
- id: ruff
@@ -118,11 +118,11 @@ repos:
118118
- id: ruff
119119

120120
- repo: https://github.com/tox-dev/pyproject-fmt
121-
rev: v2.6.0
121+
rev: v2.21.0
122122
hooks:
123123
- id: pyproject-fmt
124124
additional_dependencies: [tox]
125125
- repo: https://github.com/abravalheri/validate-pyproject
126-
rev: v0.24.1
126+
rev: v0.25
127127
hooks:
128128
- id: validate-pyproject

0 commit comments

Comments
 (0)