From b5433653c9dc19f32efdfa0f4d3c1161d2078427 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:26:29 +0000 Subject: [PATCH 1/2] chore(pre-commit-deps): pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/renovatebot/pre-commit-hooks: 3a2d3787c2ec24b752bacf7b142e251d8b563ea1 → f7cc6cd690acad87f8380296cdad60cf1857eeb3](https://github.com/renovatebot/pre-commit-hooks/compare/3a2d3787c2ec24b752bacf7b142e251d8b563ea1...f7cc6cd690acad87f8380296cdad60cf1857eeb3) - [github.com/commitizen-tools/commitizen: 665aa59a2794b47de0cae6fe51886d6366268194 → d3f092d98dc7585ce9cb3295bafb942ca5be1886](https://github.com/commitizen-tools/commitizen/compare/665aa59a2794b47de0cae6fe51886d6366268194...d3f092d98dc7585ce9cb3295bafb942ca5be1886) - [github.com/executablebooks/mdformat: 86542e37a3a40974eb812b16b076220fe9bb4278 → 00812cd1850e41aae5c0916645b4b7404f538e8c](https://github.com/executablebooks/mdformat/compare/86542e37a3a40974eb812b16b076220fe9bb4278...00812cd1850e41aae5c0916645b4b7404f538e8c) - [github.com/pappasam/toml-sort: b9b6210da457c38122995e434b314f4c4a4a923e → 463d576e0d409069bfdfcdf65acece4b8a0a3df7](https://github.com/pappasam/toml-sort/compare/b9b6210da457c38122995e434b314f4c4a4a923e...463d576e0d409069bfdfcdf65acece4b8a0a3df7) - [github.com/astral-sh/ruff-pre-commit: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 → cafecb2f683a620516412e109877570ca7648cbd](https://github.com/astral-sh/ruff-pre-commit/compare/6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218...cafecb2f683a620516412e109877570ca7648cbd) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf130e41..aaf5ff08 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,7 +40,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 3a2d3787c2ec24b752bacf7b142e251d8b563ea1 # frozen: 39.9.5 + rev: f7cc6cd690acad87f8380296cdad60cf1857eeb3 # frozen: 39.20.3 hooks: - id: renovate-config-validator language_version: 20.18.0 # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved @@ -59,7 +59,7 @@ repos: - id: actionlint additional_dependencies: [pyflakes, shellcheck-py] - repo: https://github.com/commitizen-tools/commitizen - rev: 665aa59a2794b47de0cae6fe51886d6366268194 # frozen: v3.30.1 + rev: d3f092d98dc7585ce9cb3295bafb942ca5be1886 # frozen: v3.31.0 hooks: - id: commitizen stages: [commit-msg] @@ -80,7 +80,7 @@ repos: - id: hadolint args: [--ignore=DL3008, --ignore=DL3018] - repo: https://github.com/executablebooks/mdformat - rev: 86542e37a3a40974eb812b16b076220fe9bb4278 # frozen: 0.7.18 + rev: 00812cd1850e41aae5c0916645b4b7404f538e8c # frozen: 0.7.19 hooks: - id: mdformat args: [--number, --end-of-line, keep] @@ -110,7 +110,7 @@ repos: hooks: - id: check-poetry - repo: https://github.com/pappasam/toml-sort - rev: b9b6210da457c38122995e434b314f4c4a4a923e # frozen: v0.23.1 + rev: 463d576e0d409069bfdfcdf65acece4b8a0a3df7 # frozen: v0.24.1 hooks: - id: toml-sort-fix - repo: local @@ -137,7 +137,7 @@ repos: always_run: true args: [audit, --json, --ignore-code=CVE-2019-8341] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 6a19e69c83fd6e3a3ffdd5e32a40e35c37b02218 # frozen: v0.7.3 + rev: cafecb2f683a620516412e109877570ca7648cbd # frozen: v0.7.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] From a4add9ca1c7fba22a3a15c7a327ca9b1ed0158c4 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Wed, 20 Nov 2024 08:09:48 -0800 Subject: [PATCH 2/2] refactor: run pre-commit to update md file --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4a927ee3..2fd8042c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,7 +2,7 @@ Please include a summary of the changes and any links to related issues. Please also include relevant motivation and context. -Addresses #\< fill in issue number here > +Addresses #< fill in issue number here > ## Types of changes