bottlepy / bottle

bottle.py is a fast and simple micro-framework for python web-applications.
http://bottlepy.org/
MIT License
8.37k stars 1.46k forks source link

GitHub Action to find syntax errors and undefined names #1201

Closed cclauss closed 3 years ago

cclauss commented 4 years ago

GitHub Action to automate the identification of common misspellings in text files and Python syntax errors and undefined names.

https://flake8.pycqa.org/en/latest/user/error-codes.html

On the flake8 test selection, this PR does not focus on "style violations" (the majority of flake8 error codes that psf/black can autocorrect). Instead these tests focus on runtime safety and correctness: