Fix H105 pep8 error
Change-Id: I4587bc2d57c35eef772fbaf3483dfb58c3ae9309
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright 2013 Red Hat, Inc
|
# Copyright 2013 Red Hat, Inc
|
||||||
#
|
#
|
||||||
# Author: Eoghan Glynn <eglynn@redhat.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Copyright Ericsson AB 2014. All rights reserved
|
# Copyright Ericsson AB 2014. All rights reserved
|
||||||
#
|
#
|
||||||
# Author: Balazs Gibizer <balazs.gibizer@ericsson.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
# Copyright Ericsson AB 2014. All rights reserved
|
# Copyright Ericsson AB 2014. All rights reserved
|
||||||
#
|
#
|
||||||
# Author: Balazs Gibizer <balazs.gibizer@ericsson.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright 2013 Red Hat, Inc
|
# Copyright 2013 Red Hat, Inc
|
||||||
#
|
#
|
||||||
# Author: Eoghan Glynn <eglynn@redhat.com>
|
|
||||||
#
|
|
||||||
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
# Licensed under the Apache License, Version 2.0 (the "License"); you may
|
||||||
# not use this file except in compliance with the License. You may obtain
|
# not use this file except in compliance with the License. You may obtain
|
||||||
# a copy of the License at
|
# a copy of the License at
|
||||||
|
|||||||
3
tox.ini
3
tox.ini
@@ -31,7 +31,6 @@ commands=
|
|||||||
[flake8]
|
[flake8]
|
||||||
# H405 multi line docstring summary not separated with an empty line
|
# H405 multi line docstring summary not separated with an empty line
|
||||||
# H904 Wrap long lines in parentheses instead of a backslash
|
# H904 Wrap long lines in parentheses instead of a backslash
|
||||||
# H105 Don't use author tags
|
ignore = H405,H904
|
||||||
ignore = H405,H904,H105
|
|
||||||
show-source = True
|
show-source = True
|
||||||
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
|
||||||
|
|||||||
Reference in New Issue
Block a user