Skip to content

Commit c74d383

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.9.3](astral-sh/ruff-pre-commit@v0.8.0...v0.9.3) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1) - [github.com/rhysd/actionlint: v1.7.4 → v1.7.7](rhysd/actionlint@v1.7.4...v1.7.7) - [github.com/RobertCraigie/pyright-python: v1.1.389 → v1.1.392.post0](RobertCraigie/pyright-python@v1.1.389...v1.1.392.post0) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/igorshubovych/markdownlint-cli: v0.43.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.43.0...v0.44.0) - [github.com/crate-ci/typos: v1.28.0 → dictgen-v0.3.1](crate-ci/typos@v1.28.0...dictgen-v0.3.1)
1 parent 96b62c8 commit c74d383

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repos:
5050
types: [python]
5151

5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: v0.8.0
53+
rev: v0.9.3
5454
hooks:
5555
- id: ruff
5656
types_or: [python, pyi, jupyter, toml]
@@ -60,7 +60,7 @@ repos:
6060
types_or: [python, pyi, jupyter]
6161

6262
- repo: https://github.com/pre-commit/mirrors-mypy
63-
rev: v1.13.0
63+
rev: v1.14.1
6464
hooks:
6565
- id: mypy
6666
additional_dependencies:
@@ -83,7 +83,7 @@ repos:
8383
- --write
8484

8585
- repo: https://github.com/rhysd/actionlint
86-
rev: v1.7.4
86+
rev: v1.7.7
8787
hooks:
8888
- id: actionlint
8989

@@ -94,7 +94,7 @@ repos:
9494
files: '.*\.toml$'
9595

9696
- repo: https://github.com/RobertCraigie/pyright-python
97-
rev: v1.1.389
97+
rev: v1.1.392.post0
9898
hooks:
9999
- id: pyright
100100
additional_dependencies:
@@ -110,7 +110,7 @@ repos:
110110
- id: validate-pyproject
111111

112112
- repo: https://github.com/executablebooks/mdformat
113-
rev: 0.7.19
113+
rev: 0.7.21
114114
hooks:
115115
- id: mdformat
116116
additional_dependencies:
@@ -119,15 +119,15 @@ repos:
119119
- mdformat-footnote
120120

121121
- repo: https://github.com/igorshubovych/markdownlint-cli
122-
rev: v0.43.0
122+
rev: v0.44.0
123123
hooks:
124124
- id: markdownlint-fix
125125
args:
126126
- --disable
127127
- MD013
128128

129129
- repo: https://github.com/crate-ci/typos
130-
rev: v1.28.0
130+
rev: dictgen-v0.3.1
131131
hooks:
132132
- id: typos
133133

0 commit comments

Comments
 (0)