From 9c64ce19f74f7b8e73edc09382ac36cf7e13c2eb Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 16 Dec 2019 20:33:50 +1000 Subject: [PATCH] avoid specifying python version --- pytype.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytype.conf b/pytype.conf index 89ed2364e..8feade9c9 100644 --- a/pytype.conf +++ b/pytype.conf @@ -25,7 +25,7 @@ pythonpath = . # Python version (major.minor) of the target code. -python_version = 3.7 +#python_version = 3.7 # Comma separated list of error names to ignore. disable =