Use just one flake8 file; mark package.py files to avoid E501 w/url.

This commit is contained in:
Todd Gamblin
2016-05-11 01:16:41 -07:00
parent 2aa4387eba
commit d7847ff768
3 changed files with 3 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ class Imagemagick(Package):
version(
'6.8.9-10',
'aa050bf9785e571c956c111377bbf57c',
url="http://sourceforge.net/projects/imagemagick/files/old-sources/6.x/6.8/ImageMagick-6.8.9-10.tar.gz/download") # NOQA: ignore=E501
url="http://sourceforge.net/projects/imagemagick/files/old-sources/6.x/6.8/ImageMagick-6.8.9-10.tar.gz/download")
depends_on('jpeg')
depends_on('libtool')