Skip to content

Commit 58804fc

Browse files
pre-commit-ci[bot]wd60622
authored andcommitted
[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 <57733339+wd60622@users.noreply.github.com>
1 parent 293024d commit 58804fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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)