mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
demo
This commit is contained in:
parent
78818b90cd
commit
8b2066fb27
3 changed files with 32 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
- id: pep8-check
|
||||
name: pep8 check
|
||||
description: "demo"
|
||||
entry: pep8-check
|
||||
language: python
|
||||
files: \.py$
|
||||
args: [-i]
|
||||
- id: autopep8-wrapper
|
||||
name: autopep8 wrapper
|
||||
description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue