Skip to content

Commit

Permalink
Update .pre-commit-config.yaml (#653)
Browse files Browse the repository at this point in the history
* Update .pre-commit-config.yaml

* Update release-notes.rst
  • Loading branch information
kafitzgerald authored Oct 29, 2024
1 parent f5354c7 commit 4a06d66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 4a06d66

Please sign in to comment.