2021-02-09 18:13:56 +00:00
|
|
|
# See https://pre-commit.com for more information
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2021-02-18 22:19:24 +00:00
|
|
|
rev: v3.4.0
|
2021-02-09 18:13:56 +00:00
|
|
|
hooks:
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
exclude: '\.github(.+)'
|
|
|
|
- id: trailing-whitespace
|
|
|
|
exclude: '\.github(.+)'
|