We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74655ce commit 19fcd81Copy full SHA for 19fcd81
.pre-commit-config.yaml
@@ -21,7 +21,7 @@ repos:
21
- id: trailing-whitespace
22
23
- repo: https://github.com/python-jsonschema/check-jsonschema
24
- rev: 0.28.6
+ rev: 0.29.1
25
hooks:
26
- id: check-github-workflows
27
@@ -52,7 +52,7 @@ repos:
52
- id: rst-inline-touching-normal
53
54
- repo: https://github.com/pre-commit/mirrors-mypy
55
- rev: "v1.10.1"
+ rev: "v1.11.1"
56
57
- id: mypy
58
files: jupyter_server
@@ -61,7 +61,7 @@ repos:
61
["traitlets>=5.13", "jupyter_core>=5.5", "jupyter_client>=8.5"]
62
63
- repo: https://github.com/astral-sh/ruff-pre-commit
64
- rev: v0.5.0
+ rev: v0.5.6
65
66
- id: ruff
67
types_or: [python, jupyter]
0 commit comments