2021-01-06 17:50:02 -05:00
|
|
|
repos:
|
2021-01-08 15:47:30 -05:00
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v3.4.0
|
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: check-yaml
|
|
|
|
- id: detect-private-key
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-case-conflict
|
|
|
|
- id: check-docstring-first
|
|
|
|
- id: check-builtin-literals
|
2021-01-06 17:50:02 -05:00
|
|
|
|
2021-01-08 15:47:30 -05:00
|
|
|
- repo: https://github.com/asottile/setup-cfg-fmt
|
|
|
|
rev: v1.16.0
|
|
|
|
hooks:
|
|
|
|
- id: setup-cfg-fmt
|
2021-01-07 17:00:42 -05:00
|
|
|
|
2021-08-23 12:14:19 -04:00
|
|
|
- repo: https://github.com/dizballanze/gray
|
|
|
|
rev: v0.10.1
|
2021-01-08 15:47:30 -05:00
|
|
|
hooks:
|
2021-08-23 12:14:19 -04:00
|
|
|
- id: gray
|