Skip to content

Commit 03531c3

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.13.3](astral-sh/ruff-pre-commit@v0.12.11...v0.13.3) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2) - [github.com/MarcoGorelli/cython-lint: v0.16.7 → v0.17.0](MarcoGorelli/cython-lint@v0.16.7...v0.17.0) - [github.com/adamchainz/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/RobertCraigie/pyright-python: v1.1.404 → v1.1.406](RobertCraigie/pyright-python@v1.1.404...v1.1.406)
1 parent 32858c3 commit 03531c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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.12.11
11+
rev: v0.13.3
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --unsafe-fixes]
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.17.1
25+
rev: v1.18.2
2626
hooks:
2727
- id: mypy
2828

@@ -35,14 +35,14 @@ 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.16.7
38+
rev: v0.17.0
3939
hooks:
4040
- id: cython-lint
4141
args: [ --no-pycodestyle ]
4242
- id: double-quote-cython-strings
4343

4444
- repo: https://github.com/adamchainz/blacken-docs
45-
rev: 1.19.1
45+
rev: 1.20.0
4646
hooks:
4747
- id: blacken-docs
4848

@@ -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.404
67+
rev: v1.1.406
6868
hooks:
6969
- id: pyright

0 commit comments

Comments
 (0)