Skip to content

Commit

Permalink
pre-commit hook check-yaml (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Aug 7, 2024
1 parent fa47b39 commit c3df44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ repos:
- id: end-of-file-fixer # Makes sure files end with a newline.
- id: trailing-whitespace # Checks for any tabs or spaces after the last non-whitespace character on the line.
- id: check-docstring-first # Checks that code comes after the docstrings.
- id: check-yaml # Check valid yml file
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
^^^^^^^^^^^^^^^^
* 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`)
* Removed ``pre-commit.yaml`` action in favor of pre-commit.ci by `Cora Schneck`_ in (:pr:`608`)
Expand Down

0 comments on commit c3df44f

Please sign in to comment.