Content-Length: 1067 | pFad | http://github.com/python-project-templates/python-template-js/pull/37.diff
thub.com diff --git a/.copier-answers.yaml b/.copier-answers.yaml index d3b6941..a241396 100644 --- a/.copier-answers.yaml +++ b/.copier-answers.yaml @@ -1,6 +1,7 @@ # Changes here will be overwritten by Copier -_commit: 42057e0 +_commit: 8c06bd5 _src_path: https://github.com/python-project-templates/base.git +add_docs: false add_extension: js email: 3105306+timkpaine@users.noreply.github.com github: python-project-templates diff --git a/.gitignore b/.gitignore index ee92703..3fc0554 100644 --- a/.gitignore +++ b/.gitignore @@ -125,8 +125,10 @@ dmypy.json .pyre/ # Documentation -docs/_build/ /site +index.md +docs/_build/ +docs/src/_build/ docs/api docs/index.md docs/html diff --git a/pyproject.toml b/pyproject.toml index dedc534..bf72d1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -149,4 +149,4 @@ known-first-party = ["python_template_js"] section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"] [tool.ruff.lint.per-file-ignores] -"__init__.py" = ["F401"] +"__init__.py" = ["F401", "F403"]Fetched URL: http://github.com/python-project-templates/python-template-js/pull/37.diff
Alternative Proxies: