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

Commit

Permalink
chore: disable broken linter
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Jan 17, 2022
1 parent 0130dab commit d7bc7e2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d7bc7e2

Please sign in to comment.