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 396e665 commit 4ffbfcfCopy full SHA for 4ffbfcf
.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
@@ -66,7 +66,7 @@ repos:
66
- id: rst-inline-touching-normal
67
68
- repo: https://github.com/astral-sh/ruff-pre-commit
69
- rev: v0.1.9
+ rev: v0.2.0
70
71
- id: ruff
72
types_or: [python, jupyter]
@@ -75,7 +75,7 @@ repos:
75
76
77
- repo: https://github.com/scientific-python/cookie
78
- rev: "2023.12.21"
+ rev: "2024.01.24"
79
80
- id: sp-repo-review
81
additional_dependencies: ["repo-review[cli]"]
0 commit comments