All Projects → pre-commit → mirrors-autopep8

pre-commit / mirrors-autopep8

Licence: MIT license
Mirror of the autopep8 package for pre-commit

Programming Languages

python
139335 projects - #7 most used programming language

autopep8 mirror

Mirror of autopep8 package for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit

For autopep8: see https://github.com/hhatto/autopep8

Using autopep8 with pre-commit

Add this to your .pre-commit-config.yaml:

-   repo: https://github.com/pre-commit/mirrors-autopep8
    rev: ''  # Use the sha / tag you want to point at
    hooks:
    -   id: autopep8

overriding args

note that this repository sets args: [-i], if you are configuring autopep8 using args you'll want to include either -i (--in-place) or -d (--diff). it is usually better to configure autopep8 in its config file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].