unitedstates / inspectors-general

Collecting reports from Inspectors General across the US federal government.
https://sunlightfoundation.com/blog/2014/11/07/opengov-voices-opening-up-government-reports-through-teamwork-and-open-data/
Creative Commons Zero v1.0 Universal
107 stars 21 forks source link

Fix dictionaries with duplicate keys #274

Closed divergentdave closed 8 years ago

divergentdave commented 8 years ago

Pyflakes wss not warning on duplicate keys in dictionary literals. In each case, only the last value will remain in the dictionary. As a result, some pages were not being crawled. This fixes the six scrapers with the issue and adds pylint to the CI script to prevent regressions.