mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Open source check-indent to auto-yelpdent.
This commit is contained in:
parent
35548254ad
commit
7f9dde14f0
9 changed files with 451 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
- id: auto-indent
|
||||
name: Check and fix indentation
|
||||
language: python
|
||||
entry: auto-indent
|
||||
description: "Checks and fixes indentation of things like parameters and arguments."
|
||||
files: \.py$
|
||||
- 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