File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "template" : " https://github.com/sunpy/package-template" ,
3- "commit" : " 37ffb52646450caa4de8ea084725dbff65fe0995 " ,
3+ "commit" : " 29db3569a215e43fa8c5114d3dbcb98b6a9caac0 " ,
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" : " 37ffb52646450caa4de8ea084725dbff65fe0995 "
35+ "_commit" : " 29db3569a215e43fa8c5114d3dbcb98b6a9caac0 "
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.9.2 "
4+ rev : " v0.9.4 "
55 hooks :
66 - id : ruff
77 args : ["--fix"]
88 - id : ruff-format
99 - repo : https://github.com/PyCQA/isort
10- rev : 5.13.2
10+ rev : 6.0.0
1111 hooks :
1212 - id : isort
1313 exclude : " .*(.fits|.fts|.fit|.header|.txt|tca.*|extern.*|sunkit_spex/extern)$"
2727 - id : mixed-line-ending
2828 exclude : " .*(.fits|.fts|.fit|.header|.txt|tca.*)$"
2929 - repo : https://github.com/codespell-project/codespell
30- rev : v2.4.0
30+ rev : v2.4.1
3131 hooks :
3232 - id : codespell
3333 additional_dependencies :
Original file line number Diff line number Diff line change 11[build-system ]
22requires = [
3- " setuptools>=56,!=61.0.0 " ,
4- " setuptools_scm[toml]>=6.2 " ,
3+ " setuptools>=62.1 " ,
4+ " setuptools_scm[toml]>=8.0.0 " ,
55 " wheel" ,
66]
77build-backend = " setuptools.build_meta"
@@ -65,7 +65,7 @@ include = ["sunkit_spex*"]
6565exclude = [" sunkit_spex._dev*" ]
6666
6767[tool .setuptools_scm ]
68- write_to = " sunkit_spex/_version.py"
68+ version_file = " sunkit_spex/_version.py"
6969
7070[tool .gilesbot ]
7171 [tool .gilesbot .pull_requests ]
You can’t perform that action at this time.
0 commit comments