mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Merge a4dbda57ca into cedcea550c
This commit is contained in:
commit
0ff999d2fd
4 changed files with 28 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
- id: yapf-wrapper
|
||||
name: yapf wrapper
|
||||
description: "Runs yapf over python source. (You'll want args: [-i] when using this hook, see .pre-commit-config.yaml for an example.)"
|
||||
entry: yapf-wrapper
|
||||
language: python
|
||||
files: \.py$
|
||||
args: [-i]
|
||||
- id: autopep8-wrapper
|
||||
name: autopep8 wrapper
|
||||
description: "Runs autopep8 over python source. (You'll want args: [-i] when using this hook, see .pre-commit-config.yaml for an example.)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue