mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
fix
This commit is contained in:
parent
8b2066fb27
commit
e4dbcd549b
3 changed files with 14 additions and 29 deletions
|
|
@ -8,7 +8,7 @@
|
|||
- 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."
|
||||
entry: autopep8-wrapper
|
||||
entry: autopep8-wrapper
|
||||
language: python
|
||||
files: \.py$
|
||||
args: [-i]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue