From 51cdc8222f6a85266c05ff189e7994469a0a460a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:05:56 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.15...v0.15.20) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.9.4](https://github.com/rbubley/mirrors-prettier/compare/v3.8.3...v3.9.4) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index abeac254..c52710a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: autoupdate_schedule: "monthly" repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.15" + rev: "v0.15.20" hooks: - id: ruff args: ["--fix", "--unsafe-fixes"] @@ -20,7 +20,7 @@ repos: "--remove-unused-variable", ] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.8.3 + rev: v3.9.4 hooks: - id: prettier types_or: [css, scss, javascript, rst, json, yaml, toml, markdown] From f0b567ed45a2aff79b139744a12198ec77cbcb75 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:06:57 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- posts/2023/2023-05-10-timeseries_sdg.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/posts/2023/2023-05-10-timeseries_sdg.md b/posts/2023/2023-05-10-timeseries_sdg.md index 0e73560f..e964054b 100644 --- a/posts/2023/2023-05-10-timeseries_sdg.md +++ b/posts/2023/2023-05-10-timeseries_sdg.md @@ -72,17 +72,18 @@ sunpy currently has built in support for reading CDF files that conform to the [ Alongside this several custom data readers have been written to support different data sources: (links point to the data source information web page) -| Data product(s) | File format | -| -- | -- | -| [SDO EVE/ESP L1](https://lasp.colorado.edu/eve/data_access/eve_data/products/level1/esp/2020/) | FITS | | -| [SDO EVE/ESP L0CS](https://lasp.colorado.edu/home/eve/data/) | Text file | -| [FERMI GBM summary](https://fermi.gsfc.nasa.gov/ssc/data/access/) | FITS | -| GOES XRS | FITS, netCDF | -| PROBA-2 LYRA ligthcurve | FITS | -| [NOAA solar cycle monthly indices](https://www.swpc.noaa.gov/products/solar-cycle-progression) | JSON | -| [NOAA solar cycle predicted indices](https://www.swpc.noaa.gov/products/solar-cycle-progression) | JSON | -| [NoRH radio](https://solar.nro.nao.ac.jp/norh/archive.html) | FITS | -| RHESSI x-ray summary | FITS | + +| Data product(s) | File format | +| ------------------------------------------------------------------------------------------------ | ------------ | +| [SDO EVE/ESP L1](https://lasp.colorado.edu/eve/data_access/eve_data/products/level1/esp/2020/) | FITS | | +| [SDO EVE/ESP L0CS](https://lasp.colorado.edu/home/eve/data/) | Text file | +| [FERMI GBM summary](https://fermi.gsfc.nasa.gov/ssc/data/access/) | FITS | +| GOES XRS | FITS, netCDF | +| PROBA-2 LYRA ligthcurve | FITS | +| [NOAA solar cycle monthly indices](https://www.swpc.noaa.gov/products/solar-cycle-progression) | JSON | +| [NOAA solar cycle predicted indices](https://www.swpc.noaa.gov/products/solar-cycle-progression) | JSON | +| [NoRH radio](https://solar.nro.nao.ac.jp/norh/archive.html) | FITS | +| RHESSI x-ray summary | FITS | ## Evaluating options