Skip to content

Commit 1d20b57

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/sphinx-contrib/sphinx-lint: v0.9.1 → v1.0.0](sphinx-contrib/sphinx-lint@v0.9.1...v1.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.8.6](astral-sh/ruff-pre-commit@v0.5.0...v0.8.6) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](hukkin/mdformat@0.7.17...0.7.21) - [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)
1 parent 76f0c54 commit 1d20b57

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 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: v4.6.0
26+
rev: v5.0.0
2727
hooks:
2828
- id: end-of-file-fixer
2929
- id: trailing-whitespace
@@ -58,19 +58,19 @@ repos:
5858
#args: ["--write-changes"] # uncomment if you want to get automatic fixing
5959

6060
- repo: https://github.com/PyCQA/docformatter
61-
rev: 06907d0267368b49b9180eed423fae5697c1e909 # todo: fix for docformatter after last 1.7.5
61+
rev: v1.7.5 # todo: fix for docformatter after last 1.7.5
6262
hooks:
6363
- id: docformatter
6464
additional_dependencies: [tomli]
6565
args: ["--in-place"]
6666

6767
- repo: https://github.com/sphinx-contrib/sphinx-lint
68-
rev: v0.9.1
68+
rev: v1.0.0
6969
hooks:
7070
- id: sphinx-lint
7171

7272
- repo: https://github.com/astral-sh/ruff-pre-commit
73-
rev: v0.5.0
73+
rev: v0.8.6
7474
hooks:
7575
# try to fix what is possible
7676
- id: ruff
@@ -81,7 +81,7 @@ repos:
8181
- id: ruff
8282

8383
- repo: https://github.com/executablebooks/mdformat
84-
rev: 0.7.17
84+
rev: 0.7.21
8585
hooks:
8686
- id: mdformat
8787
additional_dependencies:
@@ -96,7 +96,7 @@ repos:
9696
)$
9797
9898
- repo: https://github.com/pre-commit/mirrors-prettier
99-
rev: v3.1.0
99+
rev: v4.0.0-alpha.8
100100
hooks:
101101
- id: prettier
102102
# https://prettier.io/docs/en/options.html#print-width

0 commit comments

Comments
 (0)