File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " bea8060eef60df35f7df61d9db1d56b838bda01a " ,
3+ "commit" : " c359c134fbf9e3f11302c2019fb58ac11cf14cdf " ,
44 "checkout" : null ,
55 "context" : {
66 "cookiecutter" : {
3232 " .github/workflows/sub_package_update.yml"
3333 ],
3434 "_template" : " https://github.com/sunpy/package-template" ,
35- "_commit" : " bea8060eef60df35f7df61d9db1d56b838bda01a "
35+ "_commit" : " c359c134fbf9e3f11302c2019fb58ac11cf14cdf "
3636 }
3737 },
3838 "directory" : null
Original file line number Diff line number Diff line change 11repos :
22 # This should be before any formatting hooks like isort
33 - repo : https://github.com/astral-sh/ruff-pre-commit
4- rev : " v0.13.2 "
4+ rev : " v0.14.3 "
55 hooks :
66 - id : ruff
77 args : ["--fix"]
88 - repo : https://github.com/PyCQA/isort
9+ <<<<<<<
910 rev : 6.1.0
11+ =======
12+ rev : 7.0.0
13+ >>>>>>>
1014 hooks :
1115 - id : isort
1216 exclude : " .*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|{{ cookiecutter.module_name }}/extern)$"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ name = "sunpy_soar"
1111description = " A sunpy FIDO plugin for accessing data in the Solar Orbiter Archive (SOAR)."
1212requires-python = " >=3.12"
1313readme = { file = " README.rst" , content-type = " text/x-rst" }
14- license = { file = " licenses/LICENSE.rst" }
14+ license-files = [ " licenses/LICENSE.rst" ]
1515authors = [
1616 {
name =
" The SunPy Community" ,
email =
" [email protected] " },
1717 { name = " David Stansby" },
You can’t perform that action at this time.
0 commit comments