diff --git a/designate/manage/__init__.py b/designate/manage/__init__.py index 07a866a6..e69de29b 100644 --- a/designate/manage/__init__.py +++ b/designate/manage/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2012 Managed I.T. -# -# Author: Kiall Mac Innes -# -# 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 -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/designate/tests/test_quota/__init__.py b/designate/tests/test_quota/__init__.py index 7aa925bc..e69de29b 100644 --- a/designate/tests/test_quota/__init__.py +++ b/designate/tests/test_quota/__init__.py @@ -1,15 +0,0 @@ -# Copyright 2013 Hewlett-Packard Development Company, L.P. -# -# Author: Kiall Mac Innes -# -# 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 -# a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT -# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the -# License for the specific language governing permissions and limitations -# under the License. diff --git a/tox.ini b/tox.ini index 04e5f80e..97208f68 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,6 @@ commands = {posargs} [flake8] # ignored flake8 codes: -# H104 file contains nothing more than comments # H302 import only modules # H306 imports not in alphabetical order # H402 one line docstring needs punctuation @@ -40,7 +39,7 @@ commands = {posargs} # E126 continuation line over-indented for hanging indent # E128 continuation line under-indented for visual indent -ignore = H104,H302,H306,H402,H404,H405,H904,E126,E128 +ignore = H302,H306,H402,H404,H405,H904,E126,E128 builtins = _ exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*openstack/deprecated*,*lib/python*,*egg,build,tools