Merge pull request #49 from jazzband/add-pre-commit

This commit is contained in:
Hugo van Kemenade 2022-03-24 17:54:18 +02:00 committed by GitHub
commit 9ef8594837
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
hooks:
- id: python-check-blanket-noqa
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
- id: check-merge-conflict
- id: check-yaml
ci:
autoupdate_schedule: quarterly