Skip to content

Commit 812ffc8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.7 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.7...v0.6.8) - [github.com/rhysd/actionlint: v1.7.2 → v1.7.3](rhysd/actionlint@v1.7.2...v1.7.3) - [github.com/RobertCraigie/pyright-python: v1.1.381 → v1.1.382.post1](RobertCraigie/pyright-python@v1.1.381...v1.1.382.post1) - [github.com/abravalheri/validate-pyproject: v0.19 → v0.20.2](abravalheri/validate-pyproject@v0.19...v0.20.2) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.42.0](igorshubovych/markdownlint-cli@v0.41.0...v0.42.0)
1 parent a27c112 commit 812ffc8

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.6.7
53+
rev: v0.6.8
5454
hooks:
5555
- id: ruff
5656
types_or: [python, pyi, jupyter, toml]
@@ -83,7 +83,7 @@ repos:
8383
- --write
8484

8585
- repo: https://github.com/rhysd/actionlint
86-
rev: v1.7.2
86+
rev: v1.7.3
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.381
97+
rev: v1.1.382.post1
9898
hooks:
9999
- id: pyright
100100
additional_dependencies:
@@ -105,7 +105,7 @@ repos:
105105
- typing-extensions
106106

107107
- repo: https://github.com/abravalheri/validate-pyproject
108-
rev: v0.19
108+
rev: v0.20.2
109109
hooks:
110110
- id: validate-pyproject
111111

@@ -119,7 +119,7 @@ repos:
119119
- mdformat-footnote
120120

121121
- repo: https://github.com/igorshubovych/markdownlint-cli
122-
rev: v0.41.0
122+
rev: v0.42.0
123123
hooks:
124124
- id: markdownlint-fix
125125
args:

0 commit comments

Comments
 (0)