Skip to content

Commit bb57edf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.0...v0.8.4) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) - [github.com/RobertCraigie/pyright-python: v1.1.389 → v1.1.391](RobertCraigie/pyright-python@v1.1.389...v1.1.391) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/crate-ci/typos: v1.28.0 → v1.28.4](crate-ci/typos@v1.28.0...v1.28.4)
1 parent 66a57bb commit bb57edf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
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.8.4
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.0
6464
hooks:
6565
- id: mypy
6666
additional_dependencies:
@@ -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.391
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:
@@ -127,7 +127,7 @@ repos:
127127
- MD013
128128

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

0 commit comments

Comments
 (0)