From 05a26984a2dfcd9c7b3955992be00c73818869e2 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Thu, 25 Apr 2024 16:42:32 +0100 Subject: [PATCH] Fix #361 (#364) These were the only culprits --- .pre-commit-config.yaml | 1 - docs/_config.yml | 3 +-- docs/pages/docs.md | 6 ++---- {{cookiecutter.project_slug}}/.pre-commit-config.yaml | 1 - 4 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce4593f1..e1b22e48 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,6 @@ repos: hooks: - id: prettier args: - - --prose-wrap=always - --quote-props=as-needed - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 diff --git a/docs/_config.yml b/docs/_config.yml index 2e8588b4..837b6716 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,6 +1,5 @@ title: UCL ARC Python tooling -description: - Common Python tooling used in UCL's Advanced Research Computing center +description: Common Python tooling used in UCL's Advanced Research Computing center theme: just-the-docs url: https://UCL-ARC.github.io/python-tooling diff --git a/docs/pages/docs.md b/docs/pages/docs.md index 5760dab0..87636315 100644 --- a/docs/pages/docs.md +++ b/docs/pages/docs.md @@ -20,10 +20,8 @@ If you're using GitHub, one option is to host your docs on [GitHub pages]. [docstrings]: https://peps.python.org/pep-0257/#what-is-a-docstring [GitHub pages]: https://docs.github.com/en/pages -[our template]: - https://github.com/UCL-ARC/python-tooling?tab=readme-ov-file#using-this-template -[template-docs-dot-yaml]: - https://github.com/UCL-ARC/python-tooling/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/.github/workflows/docs.yml +[our template]: https://github.com/UCL-ARC/python-tooling?tab=readme-ov-file#using-this-template +[template-docs-dot-yaml]: https://github.com/UCL-ARC/python-tooling/blob/main/%7B%7Bcookiecutter.project_slug%7D%7D/.github/workflows/docs.yml ## Documentation build tools diff --git a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml index fd70b278..ed5efd0e 100644 --- a/{{cookiecutter.project_slug}}/.pre-commit-config.yaml +++ b/{{cookiecutter.project_slug}}/.pre-commit-config.yaml @@ -21,7 +21,6 @@ repos: hooks: - id: prettier args: - - --prose-wrap=always - --quote-props=as-needed - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0