grantmcconnaughey / lintly-flake8-github-action

A GitHub Action that lints Python code with Flake8 then automatically creates pull request reviews if there are any violations.
MIT License
24 stars 17 forks source link

Upgrade to python3.10 and pip3 #13

Open Willmish opened 2 years ago

Willmish commented 2 years ago

This PR upgrades the GitHub Action to use python 3.10.

Willmish commented 2 years ago

Maybe merge this to a new branch for this feature/make the python version modifiable in yml file?