mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Merge 5ba9965103 into 20209f691b
This commit is contained in:
commit
2e63227bc1
9 changed files with 450 additions and 3 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
|
||||
language: system
|
||||
name: upgrade-your-pre-commit-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue