Skip to content

Commit

Permalink
Automated template update from cookiecutter-scverse (#56)
Browse files Browse the repository at this point in the history
* Automated template update from cookiecutter-scverse

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Fix merge conflict

Co-authored-by: grst <grst@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
  • Loading branch information
4 people authored Oct 7, 2022
1 parent 4209689 commit 978fdfd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/scverse/cookiecutter-scverse",
"commit": "2892e1ddf0dd558cb9b547b47a7c2d0a156c9ef1",
"commit": "8148f720e622a82345bfc18b74b2bd288d12f7d5",
"context": {
"cookiecutter": {
"project_name": "infercnvpy",
Expand All @@ -16,5 +16,5 @@
}
},
"directory": null,
"checkout": "v0.0.1"
"checkout": "v0.0.2"
}
11 changes: 11 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ exclude = .git,__pycache__,build,docs/_build,dist
per-file-ignores =
tests/*: D
*/__init__.py: F401
rst-roles =
class,
func,
ref,
rst-directives =
envvar,
exception,
rst-substitutions =
version,
extend-ignore =
RST307,

0 comments on commit 978fdfd

Please sign in to comment.