Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A simple lint_python GitHub Action #3421

Closed
wants to merge 3 commits into from

Commits on Dec 23, 2019

  1. git rebase -i master

    cclauss committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    ecbf93f View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2019

  1. Add logic errors and undefined names

    * F7 tests logic errors and syntax errors in type hints
    * F82 tests are almost always undefined names which are usually a sign of a typo, missing imports, or code that has not been ported to Python 3. These also would be compile-time errors in a compiled language but in Python a NameError is raised which will halt/crash the script on the user.
    cclauss committed Dec 24, 2019
    Configuration menu
    Copy the full SHA
    6bc923f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Update lint_python.yml

    cclauss committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    ca54b6c View commit details
    Browse the repository at this point in the history