{"library":"pylint-actions","title":"Pylint GitHub Actions Plugin","description":"A Pylint plugin that formats output as GitHub Actions annotations. Version 0.6.0 requires Python >=3.9 and is actively maintained. Releases are infrequent but stable.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install pylint-actions"],"cli":null},"imports":["from pylint_actions import register_actions","from pylint_actions.reporter import PylintActionsReporter"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Run pylint with the plugin\n# Command line: pylint --load-plugins=pylint_actions my_package\n\n# In a Python script:\nfrom pylint.lint import Run\nfrom pylint_actions import register_actions\n\nregister_actions()\nresults = Run(['my_package'], do_exit=False)","lang":"python","description":"Register the plugin before running pylint to format output as GitHub Actions annotations.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}