Cosmetics
This commit is contained in:
Родитель
b99be09391
Коммит
ad45953379
|
@ -33,9 +33,9 @@ __all__ = [
|
|||
|
||||
VERSION_BANNER = '{0} ({1})'.format(__version__, SERIES)
|
||||
|
||||
version_info_t = namedtuple(
|
||||
'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
|
||||
)
|
||||
version_info_t = namedtuple('version_info_t', (
|
||||
'major', 'minor', 'micro', 'releaselevel', 'serial',
|
||||
))
|
||||
|
||||
# bumpversion can only search for {current_version}
|
||||
# so we have to parse the version here.
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -42,7 +42,7 @@ commands =
|
|||
|
||||
[testenv:flake8]
|
||||
commands =
|
||||
flake8 --exclude=X999 {toxinidir}/celery
|
||||
flake8 --ignore=X999 {toxinidir}/celery
|
||||
|
||||
[testenv:flakeplus]
|
||||
commands =
|
||||
|
|
Загрузка…
Ссылка в новой задаче