Skip to content

Commit

Permalink
disable black isort hook
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Feb 23, 2023
1 parent 389e20a commit 1d2c2ed
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d2c2ed

Please sign in to comment.