Add pre-commit config to update automatically

This commit is contained in:
Joe Rickerby
2021-07-20 08:59:19 +01:00
parent 67b58b8709
commit 8fbe25eaec
+5
View File
@@ -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