Remove pylint bad-whitepace references
This commit is contained in:
parent
9818d5196f
commit
ba5efedb11
7 changed files with 3 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
"""WizardKit: Config - ddrescue"""
|
"""WizardKit: Config - ddrescue"""
|
||||||
# pylint: disable=bad-whitespace,line-too-long
|
# pylint: disable=line-too-long
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
"""WizardKit: Config - Hardware"""
|
"""WizardKit: Config - Hardware"""
|
||||||
# pylint: disable=bad-whitespace,line-too-long
|
# pylint: disable=line-too-long
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@
|
||||||
|
|
||||||
NOTE: Non-standard formating is used for BASH/BATCH/PYTHON compatibility
|
NOTE: Non-standard formating is used for BASH/BATCH/PYTHON compatibility
|
||||||
"""
|
"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
"""WizardKit: Config - Net"""
|
"""WizardKit: Config - Net"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
"""WizardKit: Config - UFD"""
|
"""WizardKit: Config - UFD"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
"""WizardKit: Graph Functions"""
|
"""WizardKit: Graph Functions"""
|
||||||
# pylint: disable=bad-whitespace
|
|
||||||
# vim: sts=2 sw=2 ts=2
|
# vim: sts=2 sw=2 ts=2
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue