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 63bc61c commit 25b2154Copy full SHA for 25b2154
.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
@@ -71,7 +71,7 @@ repos:
71
- id: rst-inline-touching-normal
72
73
- repo: https://github.com/astral-sh/ruff-pre-commit
74
- rev: v0.1.9
+ rev: v0.2.0
75
76
- id: ruff
77
types_or: [python, jupyter]
@@ -80,7 +80,7 @@ repos:
80
81
82
- repo: https://github.com/scientific-python/cookie
83
- rev: "2023.12.21"
+ rev: "2024.01.24"
84
85
- id: sp-repo-review
86
additional_dependencies: ["repo-review[cli]"]
0 commit comments