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.
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.