Skip to content

Commit 898b79c

Browse files
SkafteNickigithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent ffe0c2b commit 898b79c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ repos:
1414
- id: detect-private-key
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.14.13
17+
rev: v0.16.0
1818
hooks:
1919
- id: ruff
2020
args: ["--fix", "--unsafe-fixes"]
2121
- id: ruff-format
2222
- id: ruff
2323

2424
- repo: https://github.com/codespell-project/codespell
25-
rev: v2.4.1
25+
rev: v2.4.3
2626
hooks:
2727
- id: codespell
2828
additional_dependencies: [tomli]
2929
exclude: pyproject.toml
3030

3131
- repo: https://github.com/igorshubovych/markdownlint-cli
32-
rev: v0.47.0
32+
rev: v0.49.1
3333
hooks:
3434
- id: markdownlint
3535
args: ["-c", ".github/markdownlint.json"]
@@ -40,12 +40,12 @@ repos:
4040
- id: typos
4141

4242
- repo: https://github.com/tox-dev/pyproject-fmt
43-
rev: v2.11.1
43+
rev: v2.25.3
4444
hooks:
4545
- id: pyproject-fmt
4646
additional_dependencies: [tox]
4747

4848
- repo: https://github.com/abravalheri/validate-pyproject
49-
rev: v0.24.1
49+
rev: v0.25
5050
hooks:
5151
- id: validate-pyproject

0 commit comments

Comments
 (0)