Skip to main content

An autohooks plugin for python code formatting via black

Project description

Greenbone Logo

autohooks-plugin-black

PyPI release

An autohooks plugin for python code formatting via black.

Installation

Install using pip

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

pip install autohooks-plugin-black

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 poetry

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

poetry add --dev autohooks-plugin-black

Usage

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

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

By default, autohooks plugin black 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.black"]

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

Also by default, autohooks plugin black executes black with the -q argument. If e.g. the generated patch should be shown the following setting can be used:

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

[tool.autohooks.plugins.black]
arguments = ["-q", "--diff"]

Maintainer

This project is maintained by Greenbone Networks GmbH.

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

Copyright (C) 2019 Greenbone Networks GmbH

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-black-21.12.0.tar.gz (32.6 kB view details)

Uploaded Source

Built Distribution

autohooks_plugin_black-21.12.0-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file autohooks-plugin-black-21.12.0.tar.gz.

File metadata

  • Download URL: autohooks-plugin-black-21.12.0.tar.gz
  • Upload date:
  • Size: 32.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for autohooks-plugin-black-21.12.0.tar.gz
Algorithm Hash digest
SHA256 8808fa5d2c7a7b7e66023784d43c210169121998c2f88ac30c71e1b7e5a84a1d
MD5 42c243af1059a8b16550c4a484e79608
BLAKE2b-256 9d8feb3a2398975bccb2c33b384816c79cb869073bc386a704b45510a47adbb2

See more details on using hashes here.

Provenance

File details

Details for the file autohooks_plugin_black-21.12.0-py3-none-any.whl.

File metadata

  • Download URL: autohooks_plugin_black-21.12.0-py3-none-any.whl
  • Upload date:
  • Size: 16.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12

File hashes

Hashes for autohooks_plugin_black-21.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 39f30256243164c88a9082f726c2d27e8b12560ff5529e2ceaa131367b698d7b
MD5 c3d7ab05d72503cfd840ce20e80f8195
BLAKE2b-256 4f0a32e83daf6b44c23863d4eb7917031a97406de5c96601ce81528c417dfb30

See more details on using hashes here.

Provenance

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