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

Commit e97e7aa

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/executablebooks/mdformat: 0.7.18 → 0.7.22](hukkin/mdformat@0.7.18...0.7.22) - [github.com/astral-sh/ruff-pre-commit: v0.7.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.7.1...v0.9.4) - [github.com/tox-dev/pyproject-fmt: v2.4.3 → v2.5.0](tox-dev/pyproject-fmt@v2.4.3...v2.5.0) - [github.com/abravalheri/validate-pyproject: v0.22 → v0.23](abravalheri/validate-pyproject@v0.22...v0.23)
1 parent 9fad00e commit e97e7aa

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.4
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)