We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63124f commit 4c57adfCopy full SHA for 4c57adf
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/sunpy/package-template",
3
- "commit": "75f84c4adf1753af67967930c3335bc73bca9bf5",
+ "commit": "cd21e0d710513a891ed03f29e8afd6e0b9217f04",
4
"checkout": null,
5
"context": {
6
"cookiecutter": {
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
- rev: "v0.7.2"
+ rev: "v0.7.4"
hooks:
- id: ruff
7
args: ["--fix"]
0 commit comments