jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

jasper-dev: configuration for flake8 #485

Open andweber opened 8 years ago

andweber commented 8 years ago

it might be a problem with my development setup - but my flake8 complains about almost everything. It might be usefull to provide a flake8 config like attached to make sure that the test is always the same.

flake8.txt

By the way: travis checks with: flake8 setup.py jasper tests meaning that plugins folder is not checked - is it intended?

GeoBeBee commented 8 years ago

Hi Andy, I just spotted this, and have actually just incorporated your weather fix (#483), and also the fix to your flake8 error E402 (#486). Hopefully enough comments pointing in the right direction ;-) Regards, Geoff