From e20ac1aee0ad4d8a0f4de64aa86e425b0d15f279 Mon Sep 17 00:00:00 2001 From: Eric Meadows Date: Fri, 14 Aug 2020 15:21:17 -0400 Subject: [PATCH] Flip back to python3.6 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cc9245d7b..64136bc918 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,4 +10,4 @@ repos: hooks: - id: black args: ['python/', 'testing/', 'operator/helm', 'operator/seldon-operator/hack', '--exclude', '(testing/scripts/proto|seldon_core/proto/|.eggs)'] - language_version: python3.7 + language_version: python3.6