commit:     099e575a4cc132e01534023585cf73b7ff806b95
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 02:21:09 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 02:48:15 2020 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=099e575a

doc/api/conf.py: silence redefined-builtin for copyright

* This locally silences the W0622 warning for the override of the
  copyright which is required.

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 doc/api/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/api/conf.py b/doc/api/conf.py
index f318ca25d..f79adc256 100644
--- a/doc/api/conf.py
+++ b/doc/api/conf.py
@@ -25,7 +25,7 @@ import portage
 # -- Project information -----------------------------------------------------
 
 project = 'portage'
-copyright = '2020, Gentoo Authors'
+copyright = '2020, Gentoo Authors' # pylint: disable=redefined-builtin
 author = 'Gentoo Authors'
 
 # The full version, including alpha/beta/rc tags

Reply via email to