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
106 stars 21 forks source link

Exclude scraper.py.template from pyflakes analysis #304

Closed divergentdave closed 6 years ago

divergentdave commented 6 years ago

pyflakes 1.6.0 ignores file extensions, and scans all files with a Python shebang. Thus, we must exclude scraper.py.template from the pyflakes command line, because the template is not valid Python, even though it starts with a Python shebang.