From d0bbbb5b00f3990ae71da12295c45559d8ff3bbe Mon Sep 17 00:00:00 2001 From: zhurong Date: Sat, 30 Jul 2016 16:20:31 +0800 Subject: [PATCH] Remove the H104 pep8 ignore from tox.ini Change-Id: I1232345bb9905af59060ee36f32208a999d5f2e2 --- muranodashboard/dynamic_ui/__init__.py | 13 ------------- muranodashboard/environments/__init__.py | 13 ------------- muranodashboard/images/__init__.py | 13 ------------- muranodashboard/packages/__init__.py | 13 ------------- tox.ini | 2 -- 5 files changed, 54 deletions(-) diff --git a/muranodashboard/dynamic_ui/__init__.py b/muranodashboard/dynamic_ui/__init__.py index 7d93825c6..e69de29bb 100644 --- a/muranodashboard/dynamic_ui/__init__.py +++ b/muranodashboard/dynamic_ui/__init__.py @@ -1,13 +0,0 @@ -# Copyright (c) 2013 Mirantis, Inc. -# -# 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/muranodashboard/environments/__init__.py b/muranodashboard/environments/__init__.py index 7d93825c6..e69de29bb 100644 --- a/muranodashboard/environments/__init__.py +++ b/muranodashboard/environments/__init__.py @@ -1,13 +0,0 @@ -# Copyright (c) 2013 Mirantis, Inc. -# -# 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/muranodashboard/images/__init__.py b/muranodashboard/images/__init__.py index 7d93825c6..e69de29bb 100644 --- a/muranodashboard/images/__init__.py +++ b/muranodashboard/images/__init__.py @@ -1,13 +0,0 @@ -# Copyright (c) 2013 Mirantis, Inc. -# -# 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/muranodashboard/packages/__init__.py b/muranodashboard/packages/__init__.py index 7d93825c6..e69de29bb 100644 --- a/muranodashboard/packages/__init__.py +++ b/muranodashboard/packages/__init__.py @@ -1,13 +0,0 @@ -# Copyright (c) 2013 Mirantis, Inc. -# -# 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 b91baa8df..037bc8ea9 100644 --- a/tox.ini +++ b/tox.ini @@ -68,8 +68,6 @@ commands = pybabel extract -F babel-djangojs.cfg -o muranodashboard/locale/djangojs.pot -k gettext_noop -k gettext_lazy -k ngettext_lazy:1,2 -k ugettext_noop -k ugettext_lazy -k ungettext_lazy:1,2 -k npgettext:1c,2,3 -k pgettext_lazy:1c,2 -k npgettext_lazy:1c,2,3 muranodashboard [flake8] -# H104 File contains nothing but comments -ignore = H104 show-source = true builtins = _ exclude=.build,.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,horizon,settings.py,*/local/*