Autohooks plugin for code linting via pylint
Project description
autohooks-plugin-pylint
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 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-pylint is installed as a development dependency.
pipenv install --dev autohooks-plugin-pylint
Usage
To activate the pylint autohooks plugin please add the following setting to your pyproject.toml file.
[tool.autohooks]
pre-commit = ["autohooks.plugins.pylint"]
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for autohooks-plugin-pylint-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2647ddec4355939a8f48f811c70b4ed6b86ca328415ec204e1590be3a959df50 |
|
MD5 | 9a1f1b0d3a1ce98aaba954e0298db444 |
|
BLAKE2b-256 | 494a7da5a1291d610cc000c0bd07443904caca007bdbcec557837631db9c6005 |
Hashes for autohooks_plugin_pylint-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c7968ec6570bab22a6c642bc7c0255492b5d52ecdd1a61eafdda7205c4b4fb6 |
|
MD5 | fa64296a37dc2b1b01f00f5597267ab3 |
|
BLAKE2b-256 | 8cfcfcd207b4ce8f89b3577dd3e20a64d0a3c03bf0364b87f4d6ee4c739bf78a |