From 2ddbb23c0876b5c7dbc63aa493f475fb450e79a8 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Mon, 23 Mar 2015 14:15:54 -0400 Subject: [PATCH] PEP8 check H105 prohibits using author tag Removing these author lines so that gate tests can pass. Failure snippet: pep8 runtests: commands[0] | flake8 /home/jenkins/workspace/gate-tuskar-pep8$ /home/jenkins/workspace/gate-tuskar-pep8/.tox/pep8/bin/flake8 ./tuskar/api/hooks.py:4:3: H105 Don't use author tags ./tuskar/common/service.py:5:3: H105 Don't use author tags ./tuskar/tests/api/api.py:4:3: H105 Don't use author tags ./tuskar/api/acl.py:4:3: H105 Don't use author tags Change-Id: I0e6727a6b531a0c9e8fcd8887310603f4f673b22 --- tuskar/api/acl.py | 2 -- tuskar/api/hooks.py | 2 -- tuskar/common/service.py | 2 -- tuskar/tests/api/api.py | 2 -- 4 files changed, 8 deletions(-) diff --git a/tuskar/api/acl.py b/tuskar/api/acl.py index cc00d474..234595e7 100644 --- a/tuskar/api/acl.py +++ b/tuskar/api/acl.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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 diff --git a/tuskar/api/hooks.py b/tuskar/api/hooks.py index 0e7bc35c..33b4d98c 100644 --- a/tuskar/api/hooks.py +++ b/tuskar/api/hooks.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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 diff --git a/tuskar/common/service.py b/tuskar/common/service.py index 63740a1d..9e1336c7 100644 --- a/tuskar/common/service.py +++ b/tuskar/common/service.py @@ -2,8 +2,6 @@ # # Copyright 2012 eNovance # -# Author: Julien Danjou -# # 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 diff --git a/tuskar/tests/api/api.py b/tuskar/tests/api/api.py index 3a2bf8cc..0adb33d1 100644 --- a/tuskar/tests/api/api.py +++ b/tuskar/tests/api/api.py @@ -1,8 +1,6 @@ # # Copyright 2012 New Dream Network, LLC (DreamHost) # -# Author: Doug Hellmann -# # 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