Description PEP8 recommends that Python code indentation be a multiple of four. Occurrences There are 5 occurrences of this issue in the repository. See all occurrences on DeepSource → deepsource.io/gh/prashantsengar/CleanPy/issue/FLK-E1...
# E111 indentation is not a multiple of four # E702 multiple statements on one line (semicolon) # W391 blank line at end of file pycodestyle --select=E722,E711,E702 lmfdb/ pycodestyle --select=E111,E722,E711,E702 lmfdb/ 0 comments on commit 60582aa Please sign in to comment. ...