Skip to content

Commit 6779fd1

Browse files
[pre-commit.ci] pre-commit autoupdate (#914)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.5.6](astral-sh/ruff-pre-commit@v0.5.5...v0.5.6) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.1](pre-commit/mirrors-mypy@v1.11.0...v1.11.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Will Dean <[email protected]>
1 parent e3c79aa commit 6779fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- --exclude=docs/
1212
- --exclude=scripts/
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.5.5
14+
rev: v0.5.6
1515
hooks:
1616
- id: ruff
1717
types_or: [python, pyi, jupyter]
@@ -21,7 +21,7 @@ repos:
2121
types_or: [python, pyi, jupyter]
2222
exclude: ^docs/source/notebooks/clv/dev/
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.11.0
24+
rev: v1.11.1
2525
hooks:
2626
- id: mypy
2727
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)