Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2023
1 parent 595b3ae commit c980348
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
52 changes: 26 additions & 26 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "8e96abb5c3e2d5078c44713958da672711cf2a48",
"checkout": "v0.3.0",
"context": {
"cookiecutter": {
"project_name": "squidpy",
"package_name": "squidpy",
"project_description": "Spatial Single Cell Analysis in Python",
"author_full_name": "Giovanni Palla",
"author_email": "giovanni.palla@helmholtz-muenchen.de",
"github_user": "giovp",
"project_repo": "https://github.com/scverse/squidpy",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "8e96abb5c3e2d5078c44713958da672711cf2a48",
"checkout": "v0.3.0",
"context": {
"cookiecutter": {
"project_name": "squidpy",
"package_name": "squidpy",
"project_description": "Spatial Single Cell Analysis in Python",
"author_full_name": "Giovanni Palla",
"author_email": "giovanni.palla@helmholtz-muenchen.de",
"github_user": "giovp",
"project_repo": "https://github.com/scverse/squidpy",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_render_devdocs": false,
"_jinja2_env_vars": {
"lstrip_blocks": true,
"trim_blocks": true
},
"_template": "https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null
}
4 changes: 2 additions & 2 deletions docs/conf.py.rej
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ diff a/docs/conf.py b/docs/conf.py (rejected hunks)
+html_css_files = ["css/custom.css"]
+
html_title = project_name

html_theme_options = {
"repository_url": repository_url,
"use_repository_button": True,
"path_to_docs": "docs/",
+ "navigation_with_keys": False,
}

pygments_style = "default"
@@ -124,18 +127,3 @@ nitpick_ignore = [
# you can add an exception to this list.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml.rej
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -26,7 +26,6 @@ dependencies = [

[project.optional-dependencies]
dev = [
- # CLI for bumping the version number
Expand All @@ -18,5 +18,5 @@ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
- "pytest-cov",
+ "coverage",
]

[tool.coverage.run]

0 comments on commit c980348

Please sign in to comment.