Fixed sample-config to proper yaml formatting

* Fixed yaml formatting
    * bumped version in sample config :)
This commit is contained in:
Jason Hollis 2020-12-06 12:17:51 -05:00
parent 92ce2dcbc3
commit 91d9e5f79e

View file

@ -3,11 +3,13 @@
# significantly faster than https:// or http://). For now, periodically
# manually updating the revision is fine.
SAMPLE_CONFIG = '''\
---
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
rev: v3.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer