mirror of https://github.com/pyodide/pyodide.git
9 lines
201 B
YAML
9 lines
201 B
YAML
|
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
|