Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/sunpy/package-template",
"commit": "00b247401fc4660d63583bb44117a84ecd36ae01",
"commit": "2fbaccff08fdfbb1bc1eec2bc7b980fe44a718e6",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ exclude: ".*(.csv|.fits|.fts|.fit|.header|.txt|tca.*|.json|.asdf)$|^CITATION.rst
repos:
# This should be before any formatting hooks like isort
- repo: https://github.com/astral-sh/ruff-pre-commit
<<<<<<<
rev: "v0.4.5"
=======
rev: "v0.5.4"
>>>>>>>
hooks:
- id: ruff
args: ["--fix"]
Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ name = "sunpy"
description = "SunPy core package: Python for Solar Physics"
requires-python = ">=3.10"
readme = { file = "README.rst", content-type = "text/x-rst" }
<<<<<<<
license = { file = "LICENSE.rst", content-type = "text/plain" }
=======
license = { file = "licenses/LICENSE.rst" }
>>>>>>>
authors = [
{ name = "The SunPy Community", email = "sunpy@googlegroups.com" },
]
Expand Down
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ envlist =
py312-figure{,-devdeps}
build_docs{,-gallery}
base_deps
<<<<<<<
=======
py{310,311,312}
py312-devdeps
py310-oldestdeps
>>>>>>>
codestyle
core_deps

Expand Down