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

Commit eb528d2

Browse files
[pre-commit.ci] pre-commit suggestions (#175)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9fad00e commit eb528d2

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
@@ -29,14 +29,14 @@ repos:
2929
args: ["--print-width=120"]
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.3.0
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535
additional_dependencies: [tomli]
3636
#args: ["--write-changes"]
3737

3838
- repo: https://github.com/executablebooks/mdformat
39-
rev: 0.7.18
39+
rev: 0.7.22
4040
hooks:
4141
- id: mdformat
4242
additional_dependencies:
@@ -45,17 +45,17 @@ repos:
4545
- mdformat_frontmatter
4646

4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.7.1
48+
rev: v0.9.7
4949
hooks:
5050
- id: ruff-format
5151
- id: ruff
5252
args: ["--fix"]
5353

5454
- repo: https://github.com/tox-dev/pyproject-fmt
55-
rev: v2.4.3
55+
rev: v2.5.0
5656
hooks:
5757
- id: pyproject-fmt
5858
- repo: https://github.com/abravalheri/validate-pyproject
59-
rev: v0.22
59+
rev: v0.23
6060
hooks:
6161
- id: validate-pyproject

0 commit comments

Comments
 (0)