Skip to content

Commit fbeb1e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.7.4...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.15.0](pre-commit/mirrors-mypy@v1.13.0...v1.15.0)
1 parent 76d8f12 commit fbeb1e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ repos:
1616
- id: no-commit-to-branch
1717
args: ["--branch=main"]
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.7.4
19+
rev: v0.9.6
2020
hooks:
2121
- id: ruff
2222
types_or: [python, pyi, jupyter]
2323
args: ["--fix"]
2424
- id: ruff-format
2525
types_or: [python, pyi, jupyter]
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.13.0
27+
rev: v1.15.0
2828
hooks:
2929
- id: mypy
3030
args: []

0 commit comments

Comments
 (0)