atareao / tasker

An Indicator for the Todo.txt method
MIT License
17 stars 4 forks source link

Support plugins #20

Closed flachica closed 4 years ago

flachica commented 4 years ago

With pluggy library add support for plugings

I make one for testing purpose

https://github.com/flachica/tasker-plugins

pep8speaks commented 4 years ago

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

Line 63:24: W605 invalid escape sequence '\s'

Line 63:24: W605 invalid escape sequence '\s'

Line 107:80: E501 line too long (181 > 79 characters) Line 107:137: E713 test for membership should be 'not in' Line 108:80: E501 line too long (172 > 79 characters) Line 108:128: E713 test for membership should be 'not in' Line 129:27: W292 no newline at end of file

Line 6:80: E501 line too long (89 > 79 characters) Line 9:80: E501 line too long (96 > 79 characters) Line 12:51: W292 no newline at end of file

Line 4:1: E302 expected 2 blank lines, found 1 Line 9:80: E501 line too long (95 > 79 characters) Line 15:80: E501 line too long (84 > 79 characters) Line 18:12: W292 no newline at end of file

Line 4:1: E302 expected 2 blank lines, found 1 Line 9:80: E501 line too long (95 > 79 characters) Line 14:80: E501 line too long (96 > 79 characters) Line 19:12: W292 no newline at end of file

Line 6:1: E302 expected 2 blank lines, found 1 Line 7:1: W191 indentation contains tabs Line 7:2: E117 over-indented Line 8:1: W191 indentation contains tabs Line 9:1: W191 indentation contains tabs Line 10:1: W191 indentation contains tabs Line 11:1: W191 indentation contains tabs Line 12:1: W191 indentation contains tabs Line 13:1: W191 indentation contains tabs Line 14:1: W191 indentation contains tabs Line 14:3: E117 over-indented Line 15:1: W191 indentation contains tabs Line 17:1: E302 expected 2 blank lines, found 1 Line 18:1: W191 indentation contains tabs Line 18:2: E117 over-indented Line 19:1: W191 indentation contains tabs Line 20:1: W191 indentation contains tabs Line 21:1: W191 indentation contains tabs Line 22:1: W191 indentation contains tabs Line 23:1: W191 indentation contains tabs Line 24:1: W191 indentation contains tabs Line 25:1: W191 indentation contains tabs Line 25:3: E117 over-indented Line 26:11: W292 no newline at end of file

Line 323:80: E501 line too long (85 > 79 characters) Line 530:1: E302 expected 2 blank lines, found 1

Line 78:5: E301 expected 1 blank line, found 0 Line 85:5: E301 expected 1 blank line, found 0 Line 88:1: W293 blank line contains whitespace

Line 290:5: E301 expected 1 blank line, found 0

Line 9:80: E501 line too long (109 > 79 characters) Line 22:80: E501 line too long (117 > 79 characters) Line 31:80: E501 line too long (115 > 79 characters) Line 36:142: W292 no newline at end of file

Line 1:42: W292 no newline at end of file

Line 8:1: E402 module level import not at top of file Line 9:1: E402 module level import not at top of file Line 10:1: E402 module level import not at top of file Line 11:1: E402 module level import not at top of file Line 12:1: E402 module level import not at top of file Line 23:80: E501 line too long (105 > 79 characters) Line 29:80: E501 line too long (96 > 79 characters) Line 31:80: E501 line too long (93 > 79 characters) Line 32:80: E501 line too long (102 > 79 characters) Line 34:80: E501 line too long (95 > 79 characters) Line 35:80: E501 line too long (97 > 79 characters) Line 36:80: E501 line too long (83 > 79 characters) Line 40:80: E501 line too long (85 > 79 characters) Line 41:80: E501 line too long (80 > 79 characters) Line 53:80: E501 line too long (82 > 79 characters) Line 58:80: E501 line too long (101 > 79 characters) Line 58:101: E502 the backslash is redundant between brackets Line 59:92: W292 no newline at end of file

Line 305:80: E501 line too long (126 > 79 characters) Line 307:80: E501 line too long (126 > 79 characters)

Comment last updated at 2020-05-14 19:00:27 UTC
flachica commented 4 years ago

How I can fix this problem with codefactor.io?. I need import with wildcards. I need import all classes in plugins finded