conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
36 stars 42 forks source link

Unquote homepath #69

Closed msarahan closed 6 years ago

pep8speaks commented 6 years ago

Hello @msarahan! Thanks for submitting the PR.

Line 55:80: E501 line too long (93 > 79 characters) Line 64:80: E501 line too long (97 > 79 characters) Line 65:80: E501 line too long (81 > 79 characters)

Line 18:80: E501 line too long (90 > 79 characters) Line 50:24: E201 whitespace after '{' Line 51:28: E127 continuation line over-indented for visual indent Line 52:24: E128 continuation line under-indented for visual indent Line 55:22: E201 whitespace after '{' Line 56:28: E127 continuation line over-indented for visual indent Line 57:22: E128 continuation line under-indented for visual indent Line 58:24: E128 continuation line under-indented for visual indent Line 74:80: E501 line too long (93 > 79 characters) Line 76:80: E501 line too long (91 > 79 characters) Line 77:80: E501 line too long (89 > 79 characters) Line 92:80: E501 line too long (84 > 79 characters) Line 93:69: E128 continuation line under-indented for visual indent Line 93:80: E501 line too long (94 > 79 characters) Line 97:80: E501 line too long (122 > 79 characters) Line 101:80: E501 line too long (87 > 79 characters) Line 146:14: E225 missing whitespace around operator Line 172:11: E127 continuation line over-indented for visual indent Line 179:9: E125 continuation line with same indent as next logical line Line 186:80: E501 line too long (82 > 79 characters) Line 189:80: E501 line too long (80 > 79 characters) Line 194:80: E501 line too long (103 > 79 characters) Line 195:80: E501 line too long (98 > 79 characters) Line 196:21: E128 continuation line under-indented for visual indent Line 209:17: E722 do not use bare except' Line 257:80: E501 line too long (90 > 79 characters) Line 260:5: E124 closing bracket does not match visual indentation Line 264:80: E501 line too long (91 > 79 characters) Line 280:80: E501 line too long (91 > 79 characters) Line 284:16: E221 multiple spaces before operator Line 286:15: E221 multiple spaces before operator Line 288:15: E221 multiple spaces before operator Line 288:80: E501 line too long (82 > 79 characters) Line 289:80: E501 line too long (83 > 79 characters) Line 299:80: E501 line too long (84 > 79 characters) Line 301:80: E501 line too long (83 > 79 characters) Line 349:80: E501 line too long (100 > 79 characters)

Line 2:80: E501 line too long (81 > 79 characters) Line 12:11: E401 multiple imports on one line Line 27:9: E722 do not use bare except' Line 35:80: E501 line too long (91 > 79 characters) Line 42:20: E401 multiple imports on one line Line 53:80: E501 line too long (95 > 79 characters) Line 62:80: E501 line too long (81 > 79 characters)

codecov-io commented 6 years ago

Codecov Report

Merging #69 into 1.4.x will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff         @@
##           1.4.x   #69   +/-   ##
===================================
  Coverage      0%    0%           
===================================
  Files         10    10           
  Lines        993   990    -3     
===================================
+ Misses       993   990    -3
Impacted Files Coverage Δ
menuinst/win_elevate.py 0% <0%> (ø) :arrow_up:
menuinst/win32.py 0% <0%> (ø) :arrow_up:
menuinst/__init__.py 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7c3b6cc...f2d1ed5. Read the comment docs.

github-actions[bot] commented 2 years ago

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!