Closed divergentdave closed 7 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.
pyflakes
scraper.py.template
pyflakes
1.6.0 ignores file extensions, and scans all files with a Python shebang. Thus, we must excludescraper.py.template
from the pyflakes command line, because the template is not valid Python, even though it starts with a Python shebang.