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

disable black isort hook

parent 389e20ab
......@@ -7,15 +7,15 @@ repos:
- id: check-yaml
- id: check-merge-conflict
- id: requirements-txt-fixer
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
language_version: python3.8.12
args: # arguments to configure black
- --line-length=80
# - repo: https://github.com/psf/black
# rev: 22.10.0
# hooks:
# - id: black
# language_version: python3.8.12
# args: # arguments to configure black
# - --line-length=80
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
# - repo: https://github.com/pycqa/isort
# rev: 5.10.1
# hooks:
# - 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