Skip to content

Commit

Permalink
ci: disable isort in attempt to workaround build failure (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalperi committed Dec 28, 2021
1 parent 8ed1afc commit c239cb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ repos:
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.8.0
hooks:
- id: isort
args: ["--profile", "black", "--filter-files"]
#- repo: https://github.com/pycqa/isort
# rev: 5.8.0
# hooks:
# - id: isort
# args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/humitos/mirrors-autoflake
rev: v1.3
Expand Down

0 comments on commit c239cb6

Please sign in to comment.