mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
9 stars 24 forks source link

some flake8 failures when running tox locally on windows #53

Closed jmaher closed 6 years ago

jmaher commented 6 years ago

==================== 12 passed, 1 warnings in 1.91 seconds ==================== flake8 inst-nodeps: c:\Users\elvis\active-data-recipes.tox.tmp\package\1\active-data-recipes-0.9.0.zip flake8 installed: active-data-recipes==0.9.0,certifi==2018.10.15,chardet==3.0.4,configparser==3.5.0,enum34==1.1.6,flake8==3.5.0,idna==2.7,json-e==2.7.1,mccabe==0.6.1,pycodestyle==2.3.1,pyflakes==1.6.0,PyYAML==3.13,requests==2.20.0,six==1.11.0,terminaltables==3.1.0,urllib3==1.24 flake8 run-test-pre: PYTHONHASHSEED='291' flake8 runtests: commands[0] | flake8 .\filter.py:43:5: E303 too many blank lines (2) .\filter.py:61:31: E261 at least two spaces before inline comment .\filter.py:111:5: E303 too many blank lines (2) .\filter.py:143:40: E261 at least two spaces before inline comment .\filter.py:143:41: E262 inline comment should start with '# ' .\filter.py:143:101: E501 line too long (125 > 100 characters) .\filter.py:149:1: W293 blank line contains whitespace .\filter.py:150:5: E303 too many blank lines (2) .\filter.py:180:12: W292 no newline at end of file .\mergejson.py:19:1: W391 blank line at end of file ERROR: InvocationError for command 'c:\Users\elvis\active-data-recipes\.tox\flake8\Scripts\flake8.EXE' (exited with code 1)

jmaher commented 6 years ago

these were local files in my repo