Bug#694398: pep8: please also check python scripts that are not named *.py

2020-01-27 Thread Simon McVittie
Control: reassign -1 pycodestyle On Mon, 26 Nov 2012 at 10:40:34 +0800, Paul Wise wrote: > It would be great if pep8 could detect files that are python scripts > but are not named *.py. Now that pep8 is no longer maintained upstream under that name, this should presumably become a feature request

Bug#694398: pep8: please also check python scripts that are not named *.py

2012-11-25 Thread Paul Wise
Package: pep8 Version: 1.2-1 Severity: wishlist It would be great if pep8 could detect files that are python scripts but are not named *.py. It would have to read the first two bytes of each file to check for scripts and then read the rest of the line to determine if it is a python script. It woul