Skip to content

Commit 0a553e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.14.1](astral-sh/ruff-pre-commit@v0.12.4...v0.14.1) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/executablebooks/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0) - [github.com/crate-ci/typos: v1.34.0 → v1](crate-ci/typos@v1.34.0...v1)
1 parent 47fa63b commit 0a553e0

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
@@ -8,7 +8,7 @@ exclude: |
88
99
repos:
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
args: ['--maxkb=25']
@@ -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.12.4
40+
rev: v0.14.1
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.22
48+
rev: 1.0.0
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.22
62+
rev: 1.0.0
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.34.0
72+
rev: v1
7373
hooks:
7474
- id: typos
7575
- repo: meta

0 commit comments

Comments
 (0)