python-lint-annotate
python-lint-annotate copied to clipboard
Zero-configuration GitHub Action to maintain code quality with push and PR annotations.
Results
4
python-lint-annotate issues
Sort by
recently updated
recently updated
newest added
Update all requirements to latest stable versions. Also, update the README to just point to requirements.txt instead of having to update it every time. I ran a test run on...
setup-python action was searching for the requirements.txt file of the linted python project, which in pipenv projects broke the action and updated black to get this fix: https://github.com/psf/black/pull/2966