Skip to content

Commit eb6de04

Browse files
authored
Merge pull request #127 from sunpy/cruft/update
Updates from the package template
2 parents d296d3a + 1b34f05 commit eb6de04

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.circleci/codecov_upload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
2-
curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
2+
curl https://keybase.io/codecovsecops/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import
33
curl -Os https://uploader.codecov.io/latest/linux/codecov
44
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM
55
curl -Os https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sunpy/package-template",
3-
"commit": "cc15a3492324a0415ea444c5f52b1913323ad3ba",
3+
"commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -33,7 +33,7 @@
3333
".github/workflows/sub_package_update.yml"
3434
],
3535
"_template": "https://github.com/sunpy/package-template",
36-
"_commit": "cc15a3492324a0415ea444c5f52b1913323ad3ba"
36+
"_commit": "0c0f34c2ccd536ba8320fcda29c4d8e0f8f9adc5"
3737
}
3838
},
3939
"directory": null

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/zizmorcore/zizmor-pre-commit
3-
rev: v1.24.1
3+
rev: v1.25.2
44
hooks:
55
- id: zizmor
66
# This should be before any formatting hooks like isort
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: "v0.15.12"
8+
rev: "v0.15.15"
99
hooks:
1010
- id: ruff
1111
args: ["--fix"]

mpl_animators/tests/figure_hashes_mpl_dev_ft_2143_astropy_dev.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"mpl_animators.tests.test_wcs.test_array_animator_wcs_2d_extra_sliders": "0fa964a1c37f5a09cdaecc21cb8615b42fa17f5d2afe675137f5ace566dc5d82",
1111
"mpl_animators.tests.test_wcs.test_array_animator_wcs_1d_update_plot": "b63b9cb7895dfc8402f224f3f45ed51230f6cc42a32f32e2cc1b366773bf4158",
1212
"mpl_animators.tests.test_wcs.test_array_animator_wcs_1d_update_plot_masked": "0df1831b03a8f24a6f1ff44dede8af82ab50700871717670809c3f0707bb73b5",
13-
"mpl_animators.tests.test_wcs.test_array_animator_wcs_coord_params": "f5420659988f95e1208216264f44587b5998e568d065421b8fe580fa094fbdd5",
13+
"mpl_animators.tests.test_wcs.test_array_animator_wcs_coord_params": "3e951fda9c46f2af5cdafde36e8ce08e8e1eeaaf82308b19a1db32dcd609dfce",
1414
"mpl_animators.tests.test_wcs.test_array_animator_wcs_coord_params_no_ticks": "d31fde4e3ce10097b29c68fb315d56ce22e8ffd5e348c20af1b4063a84b645b8",
15-
"mpl_animators.tests.test_wcs.test_array_animator_wcs_coord_params_grid": "3458d054afba0f2f66745e6d0b746a48c41135022cdaabce300f581a9b080507"
16-
}
15+
"mpl_animators.tests.test_wcs.test_array_animator_wcs_coord_params_grid": "575cb6a9cc18a13db5e6e6a7082cc2b0b78a6afd32fa98174bc12cc0e576debb"
16+
}

0 commit comments

Comments
 (0)