Wikidata / soweego

Link Wikidata items to large catalogs
https://meta.wikimedia.org/wiki/Grants:Project/Hjfocs/soweego_2
GNU General Public License v3.0
95 stars 8 forks source link

Setup Travis #321

Closed marfox closed 5 years ago

marfox commented 5 years ago

It should run the following commands:

isort -y soweego # organize imports
autoflake -r --remove-all-unused-imports --remove-unused-variables --in-place soweego # remove unused imports and variables
black -l 80 soweego # split lines longer than 80 chars
flake8 soweego # linter report
marfox commented 5 years ago