We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd53d7 commit af3da50Copy full SHA for af3da50
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
5
repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v5.0.0
+ rev: v6.0.0
8
hooks:
9
- id: check-case-conflict
10
- id: check-ast
@@ -40,7 +40,7 @@ repos:
40
types_or: [yaml, html, json]
41
42
- repo: https://github.com/pre-commit/mirrors-mypy
43
- rev: "v1.17.0"
+ rev: "v1.17.1"
44
45
- id: mypy
46
files: ipykernel
@@ -74,7 +74,7 @@ repos:
74
- id: rst-inline-touching-normal
75
76
- repo: https://github.com/astral-sh/ruff-pre-commit
77
- rev: v0.12.4
+ rev: v0.12.8
78
79
- id: ruff
80
types_or: [python, jupyter]
0 commit comments