Skip to content

Commit 835c406

Browse files
[pre-commit.ci] pre-commit autoupdate (#727)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tobias Raabe <raabe@posteo.de>
1 parent 1d20042 commit 835c406

2 files changed

Lines changed: 4 additions & 24 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ repos:
2525
- id: python-no-log-warn
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.5
28+
rev: v0.14.9
2929
hooks:
3030
- id: ruff-format
3131
- id: ruff-check
3232
- repo: https://github.com/astral-sh/uv-pre-commit
33-
rev: 0.9.9
33+
rev: 0.9.17
3434
hooks:
3535
- id: uv-lock
3636
- repo: https://github.com/executablebooks/mdformat
37-
rev: 0.7.22
37+
rev: 1.0.0
3838
hooks:
3939
- id: mdformat
4040
additional_dependencies: [
@@ -44,7 +44,7 @@ repos:
4444
]
4545
files: (README\.md)
4646
- repo: https://github.com/executablebooks/mdformat
47-
rev: 0.7.22
47+
rev: 1.0.0
4848
hooks:
4949
- id: mdformat
5050
additional_dependencies: [

0 commit comments

Comments
 (0)