Invoke Plugin for Pylint
This is a plugin for pylint which disables certain checks when using invoke.
Installation
pip install invoke-plugin-for-pylint, that's it.
Usage
Add invoke_plugin_for_pylint to the list of pylint plugins.
Disabled check
- unused-argument: Each invoke task needs a context argument even if not needed.
Therefore this plugin will find all tasks and suppress all
unused-argumenterrors when related to the context argument
Configuration
If custom decorators for invoke tasks are used which wrap invoke.task the
additional-invoke-task-decorators option by checker invoke-plugin-for-pylint can be used.
It's a csv list of names which indicate an invoke task.
Please note, that the names must be full qualified and reflect the name of the final function. For example, a decorator factory called "foo" in package "bar" which returns a function called "_inner", will result in the name "bar.foo._inner".
Example for the pyproject.toml:
[tool.pylint.invoke-plugin-for-pylint]
additional-invoke-task-decorators = [
"my_package.foo.make_task._inner",
"my_package.foo.make_other_task",
]
Development
This project uses uv.
To install uv, and setup a venv for development, use:
python3.14 -m venv venv && \
source venv/bin/activate && \
pip install uv && uv sync --all-groups && \
deactivate && \
rm -rf venv/
This will create a temporary venv, install uv to bootstrap the project
.venv, and remove the temporary venv again.
Then use source .venv/bin/activate to activate your venv.
Build and Publish
Execute the release action with the proper version
Support, Feedback, Contributing
This project is open to feature requests/suggestions, bug reports etc. via GitHub issues. Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines.
Code of Conduct
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.
Licensing
Copyright 2026 SAP SE or an SAP affiliate company and invoke-plugin-for-pylint contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.
Release files for invoke-plugin-for-pylint 6.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| invoke_plugin_for_pylint-6.0.0.tar.gz | 92.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| invoke_plugin_for_pylint-6.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 101.2 kB
Release files / invoke_plugin_for_pylint-6.0.0.tar.gz
| Download URL | invoke_plugin_for_pylint-6.0.0.tar.gz |
|---|---|
| Size | 92.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
006c4e46ceeb2023d71b922ec9f1cf0dfc4617a3d19ef07a9a6093a2de6b4e48
|
|
BLAKE2b-256 checksum How to use checksums |
b345a8b484306f84d55efbf6cfb298c8b52a63d421734968d404e96c471c918e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency logRelease files / invoke_plugin_for_pylint-6.0.0-py3-none-any.whl
| Download URL | invoke_plugin_for_pylint-6.0.0-py3-none-any.whl |
|---|---|
| Size | 8.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
62aa65c26d2a2b171fdb2a589e3431d079078911e81ce1d088fa0707c0ac8db3
|
|
BLAKE2b-256 checksum How to use checksums |
6834294c6866ef2bcb893a92c83387cd80ffefa70dc35b0a1d5a037df6d535f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.
Transparency log