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 ad6b4ae commit cc980d1Copy full SHA for cc980d1
.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.33.0
+ rev: 0.33.2
25
hooks:
26
- id: check-github-workflows
27
@@ -45,7 +45,7 @@ repos:
45
additional_dependencies: [black==23.7.0]
46
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: "v1.15.0"
+ rev: "v1.16.1"
49
50
- id: mypy
51
files: jupyter_core
@@ -67,7 +67,7 @@ repos:
67
- id: rst-inline-touching-normal
68
69
- repo: https://github.com/astral-sh/ruff-pre-commit
70
- rev: v0.11.11
+ rev: v0.12.2
71
72
- id: ruff
73
types_or: [python, jupyter]
0 commit comments