Commit 1d2c2ed1 authored by Ruilong Li's avatar Ruilong Li
Browse files

disable black isort hook

parent 389e20ab
...@@ -7,15 +7,15 @@ repos: ...@@ -7,15 +7,15 @@ repos:
- id: check-yaml - id: check-yaml
- id: check-merge-conflict - id: check-merge-conflict
- id: requirements-txt-fixer - id: requirements-txt-fixer
- repo: https://github.com/psf/black # - repo: https://github.com/psf/black
rev: 22.10.0 # rev: 22.10.0
hooks: # hooks:
- id: black # - id: black
language_version: python3.8.12 # language_version: python3.8.12
args: # arguments to configure black # args: # arguments to configure black
- --line-length=80 # - --line-length=80
- repo: https://github.com/pycqa/isort # - repo: https://github.com/pycqa/isort
rev: 5.10.1 # rev: 5.10.1
hooks: # hooks:
- id: isort # - id: isort
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment