diff --git a/.cruft.json b/.cruft.json index df8a9d16..e71c986b 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "aca71725e7a07a67d1bddd8f7cff2196dbecaa32", + "commit": "bd61f1c29296ec3923d3562019d690dbd75366ba", "checkout": null, "context": { "cookiecutter": { diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fefba11e..145c2b11 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # This should be before any formatting hooks like isort - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.5.7" + rev: "v0.6.1" hooks: - id: ruff args: ["--fix"] diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 419484ec..29475caa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "mambaforge-latest" jobs: diff --git a/.rtd-environment.yml b/.rtd-environment.yml index f3d2fdbe..2dc187de 100644 --- a/.rtd-environment.yml +++ b/.rtd-environment.yml @@ -2,6 +2,6 @@ name: dkist channels: - conda-forge dependencies: - - python=3.10 + - python=3.12 - pip - graphviz!=2.42.*,!=2.43.* diff --git a/pyproject.toml b/pyproject.toml index f8baf50b..9b184cd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,6 +86,7 @@ zip-safe = false include-package-data = true [tool.setuptools.packages.find] +include = ["dkist*"] exclude = ["dkist._dev*"] [tool.setuptools_scm]