From 5cad2bbfe4339e33b94cbd83565bd4fc64e95f8e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:09:08 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.4.0) - [github.com/igorshubovych/markdownlint-cli: v0.27.1 → v0.36.0](https://github.com/igorshubovych/markdownlint-cli/compare/v0.27.1...v0.36.0) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8211a90..d240c65 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.4.0 hooks: - id: check-added-large-files - id: end-of-file-fixer @@ -10,6 +10,6 @@ repos: args: [--markdown-linebreak-ext=md] - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.27.1 + rev: v0.36.0 hooks: - id: markdownlint From 5de4f95a1d8b123cb12ebf21cbdf1cc01bd452bc Mon Sep 17 00:00:00 2001 From: Kegan Maher Date: Fri, 15 Sep 2023 20:53:04 +0000 Subject: [PATCH 2/2] docs: remove unused link ref --- docs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 3d98448..3f705e7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -73,7 +73,6 @@ GitHub Pages enabled, will have an automatic domain at `https://docs.calitp.org/ [cal-itp-org]: https://github.com/cal-itp [gh-actions]: https://github.com/features/actions [gh-pages]: https://pages.github.com/ -[gh-template-repo]: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template [gh-template-repo-howto]: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-repository-from-a-template#creating-a-repository-from-a-template [mkdocs]: https://www.mkdocs.org/ [mkdocs-deploy-gh-pages]: https://github.com/mhausenblas/mkdocs-deploy-gh-pages