QuantEcon / MatchingMarkets.py

Python toolbox for simulation of matching markets in economics
BSD 3-Clause "New" or "Revised" License
107 stars 41 forks source link

GitHub Action to lint Python for undefined names #4

Closed cclauss closed 3 years ago

cclauss commented 4 years ago

Blocked by #5

Output: https://github.com/cclauss/MatchingMarkets.py/actions

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 are focus on runtime safety and correctness: