Metadata-Version: |
2.1 |
Name: |
invoke-plugin-for-pylint |
Version: |
4.0.0 |
Summary: |
Pylint plugin which disables checks for proper integration with invoke |
Author-Email: |
Kai Mueller <kai.mueller01[at]sap.com> |
Project-Url: |
Issue Tracker, https://github.com/SAP/invoke-plugin-for-pylint/issues |
Project-Url: |
Changelog, https://github.com/SAP/invoke-plugin-for-pylint/blob/main/CHANGELOG.md |
License: |
Apache-2.0 |
Keywords: |
pylint,invoke,plugin,inv,linter |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Environment :: Plugins |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Natural Language :: English |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Topic :: Software Development :: Quality Assurance |
Classifier: |
Typing :: Typed |
Requires-Python: |
<4,>=3.9 |
Requires-Dist: |
invoke (~=2.0) |
Requires-Dist: |
pylint (~=3.0) |
Requires-Dist: |
pre-commit (==4.0.0); extra == "check" |
Requires-Dist: |
pylint (==3.3.1); extra == "check" |
Requires-Dist: |
black (==24.10.0); extra == "check" |
Requires-Dist: |
isort (==5.13.2); extra == "check" |
Requires-Dist: |
mypy (==1.11.2); extra == "check" |
Requires-Dist: |
types-invoke (==2.0.0.10); extra == "check" |
Requires-Dist: |
pytest (==8.3.3); extra == "test" |
Requires-Dist: |
pytest-mock (==3.14.0); extra == "test" |
Requires-Dist: |
coverage[toml] (==7.6.1); extra == "test" |
Requires-Dist: |
diff-cover (==9.2.0); extra == "test" |
Requires-Dist: |
pytest-cov (==5.0.0); extra == "test" |
Provides-Extra: |
check |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |