Skip to main content

An autohooks plugin for python code linting via flake8.

Project description

Greenbone Logo

autohooks-plugin-flake8

PyPI release

An autohooks plugin for python code linting via flake8.

Installation

Install using pip

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

python3 -m pip install autohooks-plugin-flake8

Note the pip refers to the Python 3 package manager. In an 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-flake8 is installed as a development dependency.

poetry install

Usage

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

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

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

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

To configure flake8 you can specify command-line options in the default flake8 configuration file .flake8 in the root directory of the git repository. To learn more about flake8 configuration see the configuration file or the flake8 documentation. You can specify your own configuration file using

arguments = ["--config=/path/to/flake8config"]

inside the [tool.autohooks.plugins.flake8] section of your projects pyproject.toml.

See flake8 --help for more details.

Maintainer

This project is maintained by Greenbone AG.

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 - 2022 Greenbone AG

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

SPDX-License-Identifier: GPL-3.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_flake8-23.5.0.tar.gz (17.9 kB view details)

Uploaded Source

Built Distribution

autohooks_plugin_flake8-23.5.0-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

File details

Details for the file autohooks_plugin_flake8-23.5.0.tar.gz.

File metadata

  • Download URL: autohooks_plugin_flake8-23.5.0.tar.gz
  • Upload date:
  • Size: 17.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.11 Linux/5.15.0-1037-azure

File hashes

Hashes for autohooks_plugin_flake8-23.5.0.tar.gz
Algorithm Hash digest
SHA256 70d4ada845480979dec1a70481354ed15683683794c016d884bd46ede18a9624
MD5 5e9580a0d76b861c123fe07d1f6b0e0e
BLAKE2b-256 d43fd2be20996cf7378921c0a91ac56215b277e43ade6d78ff6ff207978f5450

See more details on using hashes here.

Provenance

File details

Details for the file autohooks_plugin_flake8-23.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for autohooks_plugin_flake8-23.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2e2923631d698ce682cc3cfc7516ea413b523505af5f317a8ca6ba03f7e7de07
MD5 5bc0d648a6de32fcc1067b075020e742
BLAKE2b-256 3ffa90e572d2ac3ac9d57374aa1aaa861cc62249a4ec7e3bb94751b97bad5843

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