diff --git a/.cruft.json b/.cruft.json index b8c2f95..f2f3b97 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/scverse/cookiecutter-scverse", - "commit": "2892e1ddf0dd558cb9b547b47a7c2d0a156c9ef1", + "commit": "8148f720e622a82345bfc18b74b2bd288d12f7d5", "context": { "cookiecutter": { "project_name": "infercnvpy", @@ -16,5 +16,5 @@ } }, "directory": null, - "checkout": "v0.0.1" + "checkout": "v0.0.2" } diff --git a/.flake8 b/.flake8 index 5ea52c2..8d014c6 100644 --- a/.flake8 +++ b/.flake8 @@ -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,