Skip to content

Commit 1d1a91c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.8.4...v0.9.6) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/executablebooks/mdformat: 0.7.21 → 0.7.22](hukkin/mdformat@0.7.21...0.7.22) - [github.com/crate-ci/typos: v1.28.4 → typos-dict-v0.12.4](crate-ci/typos@v1.28.4...typos-dict-v0.12.4)
1 parent 8daa812 commit 1d1a91c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
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.9.6
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: typos-dict-v0.12.4
7373
hooks:
7474
- id: typos
7575
- repo: meta

0 commit comments

Comments
 (0)