Skip to content

Commit d6950ba

Browse files
pre-commit autoupdate (#432)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0) - [github.com/RobertCraigie/pyright-python: v1.1.409 → v1.1.410](RobertCraigie/pyright-python@v1.1.409...v1.1.410) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ec55eb4 commit d6950ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.15.12
11+
rev: v0.15.15
1212
hooks:
1313
- id: ruff-check
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.20.2
25+
rev: v2.1.0
2626
hooks:
2727
- id: mypy
2828

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

0 commit comments

Comments
 (0)