Skip to content

Commit

Permalink
Updates from the package template (#432)
Browse files Browse the repository at this point in the history
Co-authored-by: Cadair <[email protected]>
  • Loading branch information
github-actions[bot] and Cadair authored Aug 26, 2024
1 parent 436c489 commit 567a2fd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
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": "aca71725e7a07a67d1bddd8f7cff2196dbecaa32",
"commit": "bd61f1c29296ec3923d3562019d690dbd75366ba",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

build:
os: ubuntu-22.04
os: ubuntu-lts-latest
tools:
python: "mambaforge-latest"
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: dkist
channels:
- conda-forge
dependencies:
- python=3.10
- python=3.12
- pip
- graphviz!=2.42.*,!=2.43.*
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ zip-safe = false
include-package-data = true

[tool.setuptools.packages.find]
include = ["dkist*"]
exclude = ["dkist._dev*"]

[tool.setuptools_scm]
Expand Down

0 comments on commit 567a2fd

Please sign in to comment.