GitHub / marian-code / python-lint-annotate
Zero-configuration GitHub Action to maintain code quality with push and PR annotations.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate
PURL: pkg:github/marian-code/python-lint-annotate
Fork of rahul-deepsource/pyaction
Stars: 22
Forks: 10
Open issues: 3
License: mit
Language: Shell
Size: 196 KB
Dependencies parsed at: Pending
Created at: almost 5 years ago
Updated at: 7 months ago
Pushed at: 11 months ago
Last synced at: 4 months ago
Commit Stats
Commits: 183
Authors: 6
Mean commits per author: 30.5
Development Distribution Score: 0.317
More commit stats: https://commits.ecosyste.ms/hosts/GitHub/repositories/marian-code/python-lint-annotate
Topics: actions, annotations, code-quality, code-quality-analyzer, github-actions, linter, linting, pull-requests, python
Support newer python versions
v4
Changes
Thanks to @RytoEX we have updated github actions, dropped support for EOL python versions, updated dependencies and support for python 3.11-12.
PRs
- #7
- #8
- #9
- #10
- #13
Download
Multiple small fixes
v3
What’s Changed
- Fixing default parameter for linting all files by @nmenardg-keeper in https://github.com/marian-code/python-lint-annotate/pull/3
- Added an example actions.yml file by @nmenardg-keeper in https://github.com/marian-code/python-lint-annotate/pull/4
- Fix mypy’s missing stubs error by @nmenardg-keeper in https://github.com/marian-code/python-lint-annotate/pull/5
New Contributors
- @nmenardg-keeper made their first contribution in https://github.com/marian-code/python-lint-annotate/pull/3
Full Changelog: https://github.com/marian-code/python-lint-annotate/compare/v2...v3
Download
Final v.2 relaease
v2.5.0
Changes
- new architecture relying on conda environments instead of docker images which is more flexible
- added new problem matchers
- fixed existing matchers
- repo cleanup
- test with more mistakes
- fix problem matchers not being found
- fix file wildcard patterns
- fix incorrectly assigned extra lintner options
- Better and less error prone wildcard handling in arguments
Download