Skip to main content

Autohooks plugin for code formatting via autopep8

Project description

autohooks-plugin-autopep8

An autohooks plugin for python code formatting via autopep8.

Installation

Install using pip

You can install the latest stable release of autohooks-plugin-autopep8 from the Python Package Index using pip:

pip install autohooks-plugin-autopep8

Note the pip refers to the Python 3 package manager. In a environment where Python 2 is also available the correct command may be pip3.

Install using pipenv

It is highly encouraged to use pipenv for maintaining your project's dependencies. Normally autohooks-plugin-autopep8 is installed as a development dependency.

pipenv install --dev autohooks-plugin-autopep8

Usage

To activate the autopep8 autohooks plugin please add the following setting to your pyproject.toml file.

[tool.autohooks]
pre-commit = ["autohooks.plugins.autopep8"]

By default, autohooks plugin autopep8 checks all files with a .py ending. If only files in a sub-directory or files with different endings should be formatted, just add the following setting:

[tool.autohooks]
pre-commit = ["autohooks.plugins.autopep8"]

[tool.autohooks.plugins.autopep8]
include = ['foo/*.py', '*.foo']

Contributing

Your contributions are highly appreciated. Please create a pull request on GitHub. Bigger changes need to be discussed with the development team via the issues section at GitHub first.

License

Licensed under the GNU General Public License v3.0 or later.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autohooks-plugin-autopep8-0.0.1.tar.gz (22.0 kB view hashes)

Uploaded Source

Built Distribution

autohooks_plugin_autopep8-0.0.1-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page