diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ff33908..6e07864 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,11 +24,11 @@ repos: # sub-packages, which confuses pre-commit when it tries to find the latest # version - repo: https://github.com/adhtruong/mirrors-typos - rev: v1.46.2 + rev: v1.46.3 hooks: - id: typos - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.1.96 + rev: v0.2.0 hooks: - id: rumdl-fmt # Auto-format diff --git a/template/TODO.md b/template/TODO.md index d565200..ec672b0 100644 --- a/template/TODO.md +++ b/template/TODO.md @@ -27,20 +27,16 @@ repository. - Create an `UPDATE_VERSION_APP_ID` and `ADD_TO_BOARD_APP_ID` variable of the GitHub Apps' IDs if you haven't already and connect them to - the repository. - {%- else -%} + the repository. {%- else -%} - Install the [gh CLI](https://cli.github.com/) to create the GitHub repository from the command line by using - `gh repo create {{ github_repo_spec }} --source=. --public`. - {%- endif %} - {% if hosting_provider == "netlify" %} + `gh repo create {{ github_repo_spec }} --source=. --public`. {%- endif + %} {% if hosting_provider == "netlify" %} - Connect the repository to Netlify and turn off the builds on Netlify, since you will be using GitHub Actions to build and deploy the - website. - {%- elif hosting_provider == "gh-pages" -%} + website. {%- elif hosting_provider == "gh-pages" -%} - Run `quarto publish gh-pages` to setup and start publishing the - website to GitHub Pages. - {%- endif %} + website to GitHub Pages. {%- endif %} - If relevant, connect [GoatCounter](https://www.goatcounter.com/). - If relevant, connect [pre-commit.ci](https://pre-commit.ci/) to the repository and enable the pre-commit hooks.