-
Notifications
You must be signed in to change notification settings - Fork 2.2k
pep8 test #323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pep8 test #323
Conversation
It is failing as expected. I will fix the offending lines in this PR. Do not merge this yet. |
This will be of huge help against nasty bad programmers like me.
ok, no problem. |
65fd403
to
beaf47c
Compare
@BibMartin everything passes but, The command "find ./folium -type f -name "*.py" | xargs flake8 --max-line-length=100" exited with 0.
0.41s$ find ./tests -type f -name "*.py" | xargs flake8 --max-line-length=100
./tests/test_folium.py:366:9: F841 local variable 'geo_json' is assigned to but never used
./tests/test_folium.py:464:9: F841 local variable 'geo_json' is assigned to but never used
./tests/test_folium.py:466:9: F841 local variable 'color_scale' is assigned to but never used Are creating those as place holder for a future test? Or do we need the variable creation for the test? |
@python-visualization/folium before merging this PR I want to know if we have to merge something else first. Let's avoid painful rebases 😄 |
Still, let me handle the maintenance/heavy lifting while you keep your creative/new code streak 😉 |
671d04b
to
22244e1
Compare
Those two are merged! Now all I need to know is what do you want to do about #323 (comment). After we sort that out we can merge this one. |
Sorry ; I forgot to answer. |
Rebased and good to go! |
ok, go! |
Thanks @BibMartin! |
Fear the 👻 @BibMartin 😉