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 a71b466 commit 8c963a1Copy full SHA for 8c963a1
.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.27.3
+ rev: 0.27.4
25
hooks:
26
- id: check-github-workflows
27
@@ -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.1.9
+ rev: v0.2.0
65
66
- id: ruff
67
types_or: [python, jupyter]
@@ -70,7 +70,7 @@ repos:
70
71
72
- repo: https://github.com/scientific-python/cookie
73
- rev: "2023.12.21"
+ rev: "2024.01.24"
74
75
- id: sp-repo-review
76
additional_dependencies: ["repo-review[cli]"]
0 commit comments