Skip to content

Commit b6d5018

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12)
1 parent ad6b4ae commit b6d5018

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
@@ -45,7 +45,7 @@ repos:
4545
additional_dependencies: [black==23.7.0]
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: "v1.15.0"
48+
rev: "v1.16.0"
4949
hooks:
5050
- id: mypy
5151
files: jupyter_core
@@ -67,7 +67,7 @@ repos:
6767
- id: rst-inline-touching-normal
6868

6969
- repo: https://github.com/astral-sh/ruff-pre-commit
70-
rev: v0.11.11
70+
rev: v0.11.12
7171
hooks:
7272
- id: ruff
7373
types_or: [python, jupyter]

0 commit comments

Comments
 (0)