Skip to content

Commit e14a2f9

Browse files
committed
bump
1 parent 1d62f44 commit e14a2f9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: pyproject-fmt
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.13.2
19+
rev: v0.14.0
2020
hooks:
2121
- id: ruff-check
2222
types_or: [python, pyi, jupyter]

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
info = metadata("spatialdata-plot")
2222
project_name = info["Name"]
2323
author = info["Author"]
24-
copyright = f"{datetime.now():%Y}, {author}."
24+
copyright = f"{datetime.now():%Y}, {author}"
2525
version = info["Version"]
2626
urls = dict(pu.split(", ") for pu in info.get_all("Project-URL"))
2727
repository_url = urls["Source"]
@@ -37,7 +37,7 @@
3737
html_context = {
3838
"display_github": True, # Integrate GitHub
3939
"github_user": "scverse",
40-
"github_repo": project_name,
40+
"github_repo": "https://github.com/scverse/spatialdata-plot",
4141
"github_version": "main",
4242
"conf_py_path": "/docs/",
4343
}

0 commit comments

Comments
 (0)