Skip to content

Commit 629c755

Browse files
pre-commit autoupdate (#433)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20) - [github.com/MarcoGorelli/cython-lint: v0.19.0 → v0.21.0](MarcoGorelli/cython-lint@v0.19.0...v0.21.0) - [github.com/igorshubovych/markdownlint-cli: v0.48.0 → v0.49.0](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0) - [github.com/RobertCraigie/pyright-python: v1.1.410 → v1.1.411](RobertCraigie/pyright-python@v1.1.410...v1.1.411) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e22cc88 commit 629c755

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ci:
1010

1111
repos:
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.15.15
13+
rev: v0.15.20
1414
hooks:
1515
- id: ruff-check
1616
args: [--fix, --unsafe-fixes]
@@ -37,7 +37,7 @@ repos:
3737
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
3838

3939
- repo: https://github.com/MarcoGorelli/cython-lint
40-
rev: v0.19.0
40+
rev: v0.21.0
4141
hooks:
4242
- id: cython-lint
4343
args: [--no-pycodestyle]
@@ -49,7 +49,7 @@ repos:
4949
- id: blacken-docs
5050

5151
- repo: https://github.com/igorshubovych/markdownlint-cli
52-
rev: v0.48.0
52+
rev: v0.49.0
5353
hooks:
5454
- id: markdownlint
5555
# MD013: line too long
@@ -66,6 +66,6 @@ repos:
6666
args: [--drop-empty-cells, --keep-output]
6767

6868
- repo: https://github.com/RobertCraigie/pyright-python
69-
rev: v1.1.410
69+
rev: v1.1.411
7070
hooks:
7171
- id: pyright

0 commit comments

Comments
 (0)