Closed Batcastle closed 4 years ago
Hello @Batcastle! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
usr/share/system-installer/UI/main.py
:Line 33:1: E402 module level import not at top of file Line 70:80: E501 line too long (113 > 79 characters) Line 72:80: E501 line too long (105 > 79 characters) Line 191:80: E501 line too long (98 > 79 characters) Line 448:80: E501 line too long (84 > 79 characters) Line 631:80: E501 line too long (82 > 79 characters) Line 679:5: E303 too many blank lines (2) Line 755:13: E129 visually indented line with same indent as next logical line Line 756:17: E117 over-indented Line 791:13: E125 continuation line with same indent as next logical line Line 791:80: E501 line too long (87 > 79 characters) Line 792:17: E117 over-indented Line 810:80: E501 line too long (80 > 79 characters) Line 811:14: E126 continuation line over-indented for hanging indent Line 812:17: E117 over-indented Line 829:14: E126 continuation line over-indented for hanging indent Line 830:17: E117 over-indented Line 847:14: E126 continuation line over-indented for hanging indent Line 848:17: E117 over-indented Line 865:14: E126 continuation line over-indented for hanging indent Line 866:14: E126 continuation line over-indented for hanging indent Line 867:17: E117 over-indented Line 885:14: E126 continuation line over-indented for hanging indent Line 886:14: E126 continuation line over-indented for hanging indent Line 887:17: E117 over-indented Line 928:17: E129 visually indented line with same indent as next logical line Line 929:21: E117 over-indented Line 962:80: E501 line too long (81 > 79 characters) Line 1047:80: E501 line too long (83 > 79 characters) Line 1105:32: W503 line break before binary operator Line 1125:13: E129 visually indented line with same indent as next logical line Line 1126:17: E117 over-indented Line 1128:80: E501 line too long (81 > 79 characters) Line 1234:16: E713 test for membership should be 'not in' Line 1246:5: E303 too many blank lines (2) Line 1270:5: E303 too many blank lines (2) Line 1281:13: E124 closing bracket does not match visual indentation Line 1282:13: E124 closing bracket does not match visual indentation Line 1283:13: E124 closing bracket does not match visual indentation Line 1284:13: E124 closing bracket does not match visual indentation Line 1284:13: E125 continuation line with same indent as next logical line Line 1311:80: E501 line too long (80 > 79 characters)
usr/share/system-installer/UI/success.py
:Line 32:1: E402 module level import not at top of file Line 33:1: E402 module level import not at top of file Line 236:41: E127 continuation line over-indented for visual indent
usr/share/system-installer/engine.py
:Line 111:80: E501 line too long (89 > 79 characters)
usr/share/system-installer/modules/set_locale.py
:Line 55:5: E129 visually indented line with same indent as next logical line Line 56:17: E117 over-indented Line 74:5: E125 continuation line with same indent as next logical line Line 74:13: E124 closing bracket does not match visual indentation
Update to fix bugs and improve language support