Skip to content

Commit 16ad257

Browse files
[pre-commit.ci] pre-commit autoupdate (#54)
1 parent 8daa812 commit 16ad257

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ repos:
3737
- id: python-use-type-annotations
3838
- id: text-unicode-replacement-char
3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: v0.8.4
40+
rev: v0.12.4
4141
hooks:
4242
- id: ruff
4343
args: [--config, pyproject.toml, hooks, tests]
4444
pass_filenames: false
4545
- id: ruff-format
4646
args: [--config, pyproject.toml]
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: [
@@ -59,7 +59,7 @@ repos:
5959
{{cookiecutter.project_slug}}/README.md
6060
)$
6161
- repo: https://github.com/executablebooks/mdformat
62-
rev: 0.7.21
62+
rev: 0.7.22
6363
hooks:
6464
- id: mdformat
6565
additional_dependencies: [
@@ -69,7 +69,7 @@ repos:
6969
args: [--wrap, "88"]
7070
files: (docs/.)
7171
- repo: https://github.com/crate-ci/typos
72-
rev: v1.28.4
72+
rev: v1.34.0
7373
hooks:
7474
- id: typos
7575
- repo: meta

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ repos:
2727
- id: python-no-log-warn
2828
- id: python-use-type-annotations
2929
- id: text-unicode-replacement-char
30-
- repo: https://github.com/charliermarsh/ruff-pre-commit
31-
rev: v0.8.4
30+
- repo: https://github.com/astral-sh/ruff-pre-commit
31+
rev: v0.12.4
3232
hooks:
3333
- id: ruff
3434
- id: ruff-format
3535
- repo: https://github.com/executablebooks/mdformat
36-
rev: 0.7.21
36+
rev: 0.7.22
3737
hooks:
3838
- id: mdformat
3939
additional_dependencies: [
@@ -43,7 +43,7 @@ repos:
4343
args: [--wrap, "88"]
4444
files: (README\.md)
4545
- repo: https://github.com/executablebooks/mdformat
46-
rev: 0.7.21
46+
rev: 0.7.22
4747
hooks:
4848
- id: mdformat
4949
additional_dependencies: [
@@ -53,7 +53,7 @@ repos:
5353
args: [--wrap, "88"]
5454
files: (docs/.)
5555
- repo: https://github.com/crate-ci/typos
56-
rev: v1.28.4
56+
rev: v1.34.0
5757
hooks:
5858
- id: typos
5959
- repo: meta

0 commit comments

Comments
 (0)