enable github actions

This commit is contained in:
Anthony Sottile 2021-04-03 14:17:55 -07:00
parent e0116d8e77
commit 0fa32894fd
6 changed files with 60 additions and 109 deletions

View file

@ -3,6 +3,7 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: debug-statements
exclude: ^tests/fixtures/example-code/invalid-syntax.py$
- id: end-of-file-fixer