diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1746b706..75747fec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -80,6 +80,11 @@ repos: entry: PyBind|Numpy|Cmake|Github|PyTest types: - markdown + - id: update-readme-changelog + name: Update README changelog + language: python + entry: bin/update_readme_changelog.py + files: ^docs/changelog.md$ - repo: https://github.com/codespell-project/codespell rev: v2.1.0