Skip to content

Commit b1c165c

Browse files
pre-commit autoupdate (#411)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/MarcoGorelli/cython-lint: v0.17.0 → v0.18.1](MarcoGorelli/cython-lint@v0.17.0...v0.18.1) - [github.com/RobertCraigie/pyright-python: v1.1.406 → v1.1.407](RobertCraigie/pyright-python@v1.1.406...v1.1.407) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a305609 commit b1c165c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.13.3
11+
rev: v0.14.3
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --unsafe-fixes]
@@ -35,7 +35,7 @@ repos:
3535
additional_dependencies: [ tomli ] # needed to read pyproject.toml below py3.11
3636

3737
- repo: https://github.com/MarcoGorelli/cython-lint
38-
rev: v0.17.0
38+
rev: v0.18.1
3939
hooks:
4040
- id: cython-lint
4141
args: [ --no-pycodestyle ]
@@ -64,6 +64,6 @@ repos:
6464
args: [ --drop-empty-cells, --keep-output ]
6565

6666
- repo: https://github.com/RobertCraigie/pyright-python
67-
rev: v1.1.406
67+
rev: v1.1.407
6868
hooks:
6969
- id: pyright

0 commit comments

Comments
 (0)