From d5b9bbf3d7a70c16a6dc1eeccfa694fc393e9cc9 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 =