drauger-os-development / edamame

Linux System Installation Utility for Debian-based distributions
GNU General Public License v2.0
8 stars 4 forks source link

Initial support for Drauger OS 7.7 #101

Closed Batcastle closed 11 months ago

Batcastle commented 1 year ago
pep8speaks commented 1 year ago

Hello @Batcastle! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 27:1: E302 expected 2 blank lines, found 1

Line 28:1: E302 expected 2 blank lines, found 1

Line 29:1: E302 expected 2 blank lines, found 1

Line 46:101: E501 line too long (114 > 100 characters) Line 52:101: E501 line too long (114 > 100 characters)

Line 36:1: E402 module level import not at top of file Line 38:1: E402 module level import not at top of file Line 39:1: E402 module level import not at top of file Line 286:5: E303 too many blank lines (2) Line 465:101: E501 line too long (105 > 100 characters) Line 472:101: E501 line too long (146 > 100 characters) Line 987:101: E501 line too long (138 > 100 characters) Line 1057:101: E501 line too long (107 > 100 characters) Line 1070:101: E501 line too long (115 > 100 characters) Line 1105:101: E501 line too long (103 > 100 characters) Line 1453:31: E128 continuation line under-indented for visual indent Line 1819:101: E501 line too long (102 > 100 characters) Line 1821:9: E122 continuation line missing indentation or outdented Line 1821:101: E501 line too long (107 > 100 characters) Line 1822:101: E501 line too long (115 > 100 characters) Line 1834:101: E501 line too long (114 > 100 characters) Line 1835:101: E501 line too long (140 > 100 characters)

Line 37:1: E402 module level import not at top of file Line 317:9: E722 do not use bare 'except' Line 354:9: E722 do not use bare 'except' Line 734:1: W391 blank line at end of file

Line 35:9: E116 unexpected indentation (comment) Line 36:9: E116 unexpected indentation (comment) Line 37:13: E116 unexpected indentation (comment) Line 76:1: E302 expected 2 blank lines, found 1

Line 45:1: E302 expected 2 blank lines, found 1 Line 49:22: E128 continuation line under-indented for visual indent Line 57:22: E128 continuation line under-indented for visual indent Line 59:1: E305 expected 2 blank lines after class or function definition, found 1 Line 159:30: E128 continuation line under-indented for visual indent

Line 183:13: E128 continuation line under-indented for visual indent Line 289:59: W504 line break after binary operator

Line 30:1: E302 expected 2 blank lines, found 1

Line 149:40: E127 continuation line over-indented for visual indent Line 150:40: E127 continuation line over-indented for visual indent Line 151:40: E127 continuation line over-indented for visual indent Line 155:36: E127 continuation line over-indented for visual indent Line 156:36: E127 continuation line over-indented for visual indent Line 157:36: E127 continuation line over-indented for visual indent Line 205:31: E127 continuation line over-indented for visual indent Line 224:55: E231 missing whitespace after ',' Line 291:31: E127 continuation line over-indented for visual indent Line 295:28: E127 continuation line over-indented for visual indent Line 299:35: E127 continuation line over-indented for visual indent Line 305:27: E127 continuation line over-indented for visual indent Line 324:31: E127 continuation line over-indented for visual indent Line 353:101: E501 line too long (113 > 100 characters) Line 365:101: E501 line too long (115 > 100 characters) Line 380:27: E127 continuation line over-indented for visual indent Line 388:13: E117 over-indented Line 397:27: E127 continuation line over-indented for visual indent Line 402:28: E127 continuation line over-indented for visual indent Line 403:27: E127 continuation line over-indented for visual indent Line 405:27: E127 continuation line over-indented for visual indent Line 418:27: E127 continuation line over-indented for visual indent Line 432:37: E127 continuation line over-indented for visual indent Line 448:101: E501 line too long (127 > 100 characters) Line 449:101: E501 line too long (109 > 100 characters) Line 466:101: E501 line too long (131 > 100 characters) Line 467:101: E501 line too long (119 > 100 characters)

Line 52:28: E127 continuation line over-indented for visual indent Line 53:28: E127 continuation line over-indented for visual indent Line 138:101: E501 line too long (118 > 100 characters) Line 143:36: E128 continuation line under-indented for visual indent

Line 36:1: E402 module level import not at top of file Line 38:1: E402 module level import not at top of file Line 301:32: E128 continuation line under-indented for visual indent Line 301:32: W503 line break before binary operator Line 418:5: E303 too many blank lines (2) Line 471:68: E231 missing whitespace after ',' Line 500:41: E127 continuation line over-indented for visual indent

Line 1:3: E226 missing whitespace around arithmetic operator Line 1:6: E226 missing whitespace around arithmetic operator Line 1:9: E226 missing whitespace around arithmetic operator Line 1:17: E226 missing whitespace around arithmetic operator Line 1:35: W292 no newline at end of file

Line 1:3: E226 missing whitespace around arithmetic operator Line 1:6: E226 missing whitespace around arithmetic operator Line 1:9: E226 missing whitespace around arithmetic operator Line 1:17: E226 missing whitespace around arithmetic operator Line 1:31: W292 no newline at end of file

Line 1:3: E226 missing whitespace around arithmetic operator Line 1:6: E226 missing whitespace around arithmetic operator Line 1:9: E226 missing whitespace around arithmetic operator Line 1:17: E226 missing whitespace around arithmetic operator Line 1:29: W292 no newline at end of file

Comment last updated at 2023-11-26 17:26:26 UTC