aman-raza / Friends_Hack

Codes with Diversity
MIT License
13 stars 89 forks source link

GitHub Action to lint Python code #119

Closed cclauss closed 3 years ago

cclauss commented 3 years ago

Results at https://github.com/cclauss/Friends_Hack/actions

Python 3 treats Indentation Errors as Syntax Errors so https://pypi.org/project/reindent should be run on these five files.

1     E902 IndentationError: unindent does not match any outer indentation level
4     E999 IndentationError: expected an indented block
15    F821 undefined name 'Actor'
20