mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
Add autopep8-wrapper hook.
This commit is contained in:
parent
86b1c9da8e
commit
76a62e744c
1 changed files with 3 additions and 1 deletions
|
|
@ -1,8 +1,10 @@
|
|||
- repo: git@github.com:pre-commit/pre-commit-hooks
|
||||
sha: 243fe50bc119bc5f72be76fc4e3de260ee6f64f1
|
||||
sha: 86b1c9da8e917a77c975b14666513d6bd45a3b03
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: autopep8-wrapper
|
||||
args: ['-i', '--ignore=E265,E309,E501', '-v']
|
||||
- id: check-json
|
||||
- id: check-yaml
|
||||
- id: debug-statements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue