This repository was archived by the owner on Jan 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11repos :
22
33 - repo : https://github.com/pre-commit/pre-commit-hooks
4- rev : v5 .0.0
4+ rev : v6 .0.0
55 hooks :
66 - id : check-yaml
77 - id : check-json
@@ -10,13 +10,13 @@ repos:
1010
1111 - repo : https://github.com/astral-sh/ruff-pre-commit
1212 # Ruff version.
13- rev : ' v0.11.12 '
13+ rev : ' v0.14.13 '
1414 hooks :
1515 - id : ruff
1616 args : ["--fix"]
1717
18- - repo : https://github.com/psf/black
19- rev : 25 .1.0
18+ - repo : https://github.com/psf/black-pre-commit-mirror
19+ rev : 26 .1.0
2020 hooks :
2121 - id : black
2222
Original file line number Diff line number Diff line change 22from ..datasets import CORDEX_CMIP6_DS
33from ..tables import CORDEX_CMIP6_TABLE
44
5-
65mpi_esm_hr_url = "https://esgf3.dkrz.de/thredds/fileServer/cmip6/CMIP/MPI-M/MPI-ESM1-2-LR/historical/r1i1p1f1/Amon/tas/gn/v20190710/tas_Amon_MPI-ESM1-2-LR_historical_r1i1p1f1_gn_185001-186912.nc"
76ec_earth_veg_url = "https://esg-dn1.nsc.liu.se/thredds/fileServer/esg_dataroot6/cmip6data/CMIP6/CMIP/EC-Earth-Consortium/EC-Earth3-Veg/historical/r1i1p1f1/Amon/tas/gr/v20211207/tas_Amon_EC-Earth3-Veg_historical_r1i1p1f1_gr_185001-185012.nc"
87cordex_url = "https://raw.githubusercontent.com/euro-cordex/py-cordex-data/main/CORDEX/CMIP6/DD/EUR-12/GERICS/ERA5/evaluation/r1i1p1f1/REMO2020/v1/fx/orog/v20240529/orog_EUR-12_ERA5_evaluation_r1i1p1f1_GERICS_REMO2020_v1_fx.nc"
You can’t perform that action at this time.
0 commit comments