Skip to content
This repository was archived by the owner on Mar 31, 2023. It is now read-only.

Commit d7bc7e2

Browse files
committed
chore: disable broken linter
1 parent 0130dab commit d7bc7e2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,12 @@ repos:
6363
hooks:
6464
- id: remove-crlf
6565
- id: remove-tabs
66-
- repo: https://github.com/asottile/reorder_python_imports
67-
rev: v2.5.0
68-
hooks:
69-
- id: reorder-python-imports
70-
args: [--py36-plus]
66+
# TODO: fix https://app.circleci.com/pipelines/github/talkiq/yaaredis/120/workflows/b9d7c40a-7ee6-43b3-9f49-1eed559a126b/jobs/7314
67+
# - repo: https://github.com/asottile/reorder_python_imports
68+
# rev: v2.5.0
69+
# hooks:
70+
# - id: reorder-python-imports
71+
# args: [--py36-plus]
7172
- repo: https://github.com/asottile/pyupgrade
7273
rev: v2.19.1
7374
hooks:

0 commit comments

Comments
 (0)