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 12eb2a7 commit dfed905Copy full SHA for dfed905
.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
@@ -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.1.9
+ rev: v0.2.0
71
72
- id: ruff
73
types_or: [python, jupyter]
@@ -76,7 +76,7 @@ repos:
76
77
78
- repo: https://github.com/scientific-python/cookie
79
- rev: "2023.12.21"
+ rev: "2024.01.24"
80
81
- id: sp-repo-review
82
additional_dependencies: ["repo-review[cli]"]
0 commit comments