pyodide/.pre-commit-config.yaml

9 lines
201 B
YAML
Raw Normal View History

2020-06-27 12:57:48 +00:00
exclude: '^.*patches.*$'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace