From fea32a567bbaeaac409e51e0a0cf6902fb674ccc Mon Sep 17 00:00:00 2001 From: Eric Meadows Date: Fri, 14 Aug 2020 15:15:52 -0400 Subject: [PATCH] Pre-commit hooks --- .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 64136bc918..1cc9245d7b 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.6 + language_version: python3.7