Make flake8 happy

This commit is contained in:
Tomáš Chvátal 2018-09-14 15:26:05 +02:00
parent d568eefa60
commit 18a20e7827
No known key found for this signature in database
GPG Key ID: E4A2468C8EEE3BE8
2 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import sys
import tempfile
import rpm
from rpmlint.pkg import getInstalledPkgs, Pkg
from rpmlint.helpers import byte_to_string, print_warning
from rpmlint.pkg import getInstalledPkgs, Pkg
class Rpmdiff(object):

View File

@ -6,7 +6,8 @@ test=pytest
[flake8]
# Fix the N806 and N802 offenders diff.py lint.py pkg.py
ignore = E122,E501,W504,N806,N802
# Fix the N812 when cleaning the checks
ignore = E122,E501,W504,N806,N802,N812
import-order-style = google
application-import-names = Testing