From b0248fe2857b6e439a2e4ccf9aed1b727ba4c2f2 Mon Sep 17 00:00:00 2001 From: Chris Kuehl Date: Tue, 28 Jul 2015 23:28:44 -0400 Subject: [PATCH] Run reorder-python-imports on Python2.7 --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80452e60..ae00f49d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,3 +20,4 @@ sha: 3d86483455ab5bd06cc1069fdd5ac57be5463f10 hooks: - id: reorder-python-imports + language_version: python2.7