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

Aaron Bauman <[email protected]>
Newsgroups gmane.linux.gentoo.portage.devel
Message-ID <[email protected]>
* This locally silences the W0622 warning for the override of the
  copyright which is required.

Signed-off-by: Aaron Bauman <[email protected]>
---
 doc/api/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/api/conf.py b/doc/api/conf.py
index f318ca25d..9522960c8 100644
--- a/doc/api/conf.py
+++ b/doc/api/conf.py
@@ -24,9 +24,9 @@ import portage
 
 # -- Project information -----------------------------------------------------
 
-project = 'portage'
-copyright = '2020, Gentoo Authors'
-author = 'Gentoo Authors'
+project = 'portage' # pylint: disable=redefined-builtin
+copyright = '2020, Gentoo Authors' # pylint: disable=redefined-builtin
+author = 'Gentoo Authors' # pylint: disable=redefined-builtin
 
 # The full version, including alpha/beta/rc tags
 release = str(portage.VERSION)
-- 
2.28.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.