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

Commit 221bfcb

Browse files
[pre-commit.ci] pre-commit suggestions
updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [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.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.11.4](astral-sh/ruff-pre-commit@v0.8.6...v0.11.4)
1 parent 2e9d655 commit 221bfcb

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
@@ -23,29 +23,29 @@ repos:
2323
- id: detect-private-key
2424

2525
- repo: https://github.com/codespell-project/codespell
26-
rev: v2.3.0
26+
rev: v2.4.1
2727
hooks:
2828
- id: codespell
2929
additional_dependencies: [tomli]
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.21
48+
rev: 0.7.22
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.8.6
58+
rev: v0.11.4
5959
hooks:
6060
# try to fix what is possible
6161
- id: ruff

0 commit comments

Comments
 (0)