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
|
|
@ -23,6 +23,7 @@ Add this to your `.pre-commit-config.yaml`
|
|||
|
||||
### Hooks available
|
||||
|
||||
- `auto-indent` - Checks and fixes indentation of function calls.
|
||||
- `autopep8-wrapper` - Runs autopep8 over python source.
|
||||
- Ignore PEP 8 violation types with `args: ['-i', '--ignore=E000,...']` or
|
||||
through configuration of the `[pep8]` section in setup.cfg / tox.ini.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue