python-lint-annotate icon indicating copy to clipboard operation
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...

Pylance is built on top of it and many people use it in VS Code

enhancement

It is widely used and fast so it can save costs on GH actions

enhancement

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