From 77e7a61be21ea9d5ee39444bb992320047ecf155 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Fri, 27 Dec 2019 13:41:31 -0800 Subject: pw_cli: Add envparse module This change adds a Python module which implements an environment variable parser that allows defining and typing environment variables for a Python program. Change-Id: Icda61c8dabcf4e4bc6902707f6ebed9c50d31d71 --- .pylintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.pylintrc') diff --git a/.pylintrc b/.pylintrc index 3445b61ff..816add7ed 100644 --- a/.pylintrc +++ b/.pylintrc @@ -299,6 +299,7 @@ good-names=i, ex, fd, Run, + T, _ # Include a hint for the correct naming format with invalid-name. -- cgit v1.2.3