Skip to main content

An autohooks plugin for python code linting via pylint

Project description

Greenbone Logo

autohooks-plugin-pylint

PyPI release

An autohooks plugin for python code linting via pylint.

Installation

Install using pip

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

pip install autohooks-plugin-pylint

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-pylint is installed as a development dependency.

poetry install

Usage

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

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

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

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

By default, autohooks plugin pylint executes pylint without any arguments and pylint settings are loaded from the .pylintrc file in the root directory of git repository. To change specific settings or to define a different pylint rc file the following plugin configuration can be used:

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

[tool.autohooks.plugins.pylint]
arguments = ["--rcfile=/path/to/pylintrc", "-s", "n"]

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.

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_pylint-23.4.0.tar.gz (37.0 kB view details)

Uploaded Source

Built Distribution

autohooks_plugin_pylint-23.4.0-py3-none-any.whl (17.3 kB view details)

Uploaded Python 3

File details

Details for the file autohooks_plugin_pylint-23.4.0.tar.gz.

File metadata

  • Download URL: autohooks_plugin_pylint-23.4.0.tar.gz
  • Upload date:
  • Size: 37.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.11 Linux/5.15.0-1035-azure

File hashes

Hashes for autohooks_plugin_pylint-23.4.0.tar.gz
Algorithm Hash digest
SHA256 746c24a73bb312e9883f531d13db16da4bd05949969e7adeee3e8d1105a9c6c2
MD5 1cf2fbf711d0f2ebff845f42b5bccb91
BLAKE2b-256 9d25551c93b1f16253d91a215c415a11e8c523de41c5adb0b63f8d9c2a266f13

See more details on using hashes here.

Provenance

File details

Details for the file autohooks_plugin_pylint-23.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for autohooks_plugin_pylint-23.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2dd581c3764949ef9c1041f5a34206cac796a342a900f47e5f42346e80598009
MD5 4d0845f2bc48bf6674ec0d99eccde810
BLAKE2b-256 206dab2aa0b6562e9e5f48108be8a31813f41fb24459bb471277d7d80273b973

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