From 7f266dcfbb5f82290867ed8378f535d55781ca53 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:42:49 -0600 Subject: [PATCH 1/2] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 45701ff7..7bff2801 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,12 +9,12 @@ repos: - id: yapf args: ['--in-place', '--recursive', '--style', 'google'] -- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257 - rev: v1.7.5 - hooks: - - id: docformatter - args: [--in-place] - +# - repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257 +# rev: v1.7.5 +# hooks: +# - id: docformatter +# args: [--in-place] +# - repo: https://github.com/codespell-project/codespell rev: v2.3.0 hooks: From 3553f1d005900eac58d3ab322ea92623064140a1 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:47:21 -0600 Subject: [PATCH 2/2] Update release-notes.rst --- docs/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 3e59fd49..455e670d 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -14,6 +14,7 @@ This release... Internal Changes ^^^^^^^^^^^^^^^^ +* Temporarily remove docformatter from pre-commit by `Katelyn FitzGerald`_ in (:pr:`653`) * Pre-commit hook to check for valid yml by `Cora Schneck`_ in (:pr:`625`) * CI to run on macos-latest instead of macos-14 by `Cora Schneck`_ in (:pr:`617`) * Update and setup autoupdate for pre-commit hooks by `Cora Schneck`_ in (:pr:`604`)