From 979c09d8c0429e7c474a442827c9dae00953b70a Mon Sep 17 00:00:00 2001 From: Richard Piazza Date: Thu, 13 Jul 2017 13:30:21 -0400 Subject: [PATCH] fixed import sorting error --- .pre-commit-config.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3dba8ef..201a248 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,12 @@ - repo: https://github.com/pre-commit/pre-commit-hooks - sha: e626cd57090d8df0be21e4df0f4e55cc3511d6ab + sha: ea227f024bd89d638aea319c92806737e3375979 hooks: - id: trailing-whitespace - id: flake8 args: - --max-line-length=160 - id: check-merge-conflict - -- repo: https://github.com/FalconSocial/pre-commit-python-sorter - sha: 1.0.4 - hooks: - - id: python-import-sorter +- repo: https://github.com/FalconSocial/pre-commit-python-sorter + sha: b57843b0b874df1d16eb0bef00b868792cb245c2 + hooks: + - id: python-import-sorter