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 Mar 27, 2023
1 parent f679a0d commit dc229a1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
42 changes: 21 additions & 21 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"template": "/~https://github.com/scverse/cookiecutter-scverse",
"commit": "57f6267716826dad73baba46dc3c00fe7262c459",
"context": {
"cookiecutter": {
"project_name": "infercnvpy",
"package_name": "infercnvpy",
"project_description": "Infer copy number variation (CNV) from scRNA-seq data. Plays nicely with Scanpy. ",
"author_full_name": "Gregor Sturm",
"author_email": "mail@gregor-sturm.de",
"github_user": "grst",
"project_repo": "/~https://github.com/icbi-lab/infercnvpy",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "/~https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null,
"checkout": "v0.2.0"
"template": "/~https://github.com/scverse/cookiecutter-scverse",
"commit": "57f6267716826dad73baba46dc3c00fe7262c459",
"context": {
"cookiecutter": {
"project_name": "infercnvpy",
"package_name": "infercnvpy",
"project_description": "Infer copy number variation (CNV) from scRNA-seq data. Plays nicely with Scanpy. ",
"author_full_name": "Gregor Sturm",
"author_email": "mail@gregor-sturm.de",
"github_user": "grst",
"project_repo": "/~https://github.com/icbi-lab/infercnvpy",
"license": "BSD 3-Clause License",
"_copy_without_render": [
".github/workflows/**.yaml",
"docs/_templates/autosummary/**.rst"
],
"_template": "/~https://github.com/scverse/cookiecutter-scverse"
}
},
"directory": null,
"checkout": "v0.2.0"
}
2 changes: 1 addition & 1 deletion docs/conf.py.rej
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff a/docs/conf.py b/docs/conf.py (rejected hunks)
@@ -87,6 +87,7 @@ source_suffix = {
}

intersphinx_mapping = {
+ "python": ("https://docs.python.org/3", None),
"anndata": ("https://anndata.readthedocs.io/en/stable/", None),
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml.rej
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -2,7 +2,6 @@
build-backend = "hatchling.build"
requires = ["hatchling"]

-
[project]
name = "infercnvpy"
Expand All @@ -19,7 +19,7 @@ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
@@ -61,32 +60,59 @@ addopts = [
"--import-mode=importlib", # allow using test files with same name
]

-[tool.isort]
-include_trailing_comma = true
-multi_line_output = 3
Expand Down Expand Up @@ -97,6 +97,6 @@ diff a/pyproject.toml b/pyproject.toml (rejected hunks)
+"docs/*" = ["I"]
+"tests/*" = ["D"]
+"*/__init__.py" = ["F401"]

[tool.jupytext]
formats = "ipynb,md"

0 comments on commit dc229a1

Please sign in to comment.