Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit f17d516

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/PyCQA/docformatter: 06907d0267368b49b9180eed423fae5697c1e909 → v1.7.5](PyCQA/docformatter@06907d0...v1.7.5) - [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.5.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.0...v0.8.6)
1 parent 07911b9 commit f17d516

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.6.0
12+
rev: v5.0.0
1313
hooks:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
@@ -30,22 +30,22 @@ repos:
3030
#args: ["--write-changes"]
3131

3232
- repo: https://github.com/PyCQA/docformatter
33-
rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
33+
rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
3434
hooks:
3535
- id: docformatter
3636
additional_dependencies: [tomli]
3737
args: ["--in-place"]
3838

3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.1.0
40+
rev: v4.0.0-alpha.8
4141
hooks:
4242
- id: prettier
4343
files: \.(json|yml|yaml|toml)
4444
# https://prettier.io/docs/en/options.html#print-width
4545
args: ["--print-width=120"]
4646

4747
- repo: https://github.com/executablebooks/mdformat
48-
rev: 0.7.17
48+
rev: 0.7.21
4949
hooks:
5050
- id: mdformat
5151
additional_dependencies:
@@ -55,7 +55,7 @@ repos:
5555
args: ["--number"]
5656

5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.5.0
58+
rev: v0.8.6
5959
hooks:
6060
# try to fix what is possible
6161
- id: ruff

0 commit comments

Comments
 (0)