From d7bc7e29825dcb1382d6fea30e0425559afc2d5a Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 17 Jan 2022 17:04:01 -0600 Subject: [PATCH] chore: disable broken linter --- .pre-commit-config.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 44a4517c..d385869a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,11 +63,12 @@ repos: hooks: - id: remove-crlf - id: remove-tabs -- repo: https://github.com/asottile/reorder_python_imports - rev: v2.5.0 - hooks: - - id: reorder-python-imports - args: [--py36-plus] +# TODO: fix https://app.circleci.com/pipelines/github/talkiq/yaaredis/120/workflows/b9d7c40a-7ee6-43b3-9f49-1eed559a126b/jobs/7314 +# - repo: https://github.com/asottile/reorder_python_imports +# rev: v2.5.0 +# hooks: +# - id: reorder-python-imports +# args: [--py36-plus] - repo: https://github.com/asottile/pyupgrade rev: v2.19.1 hooks: