Skip to content

Commit

Permalink
Remove isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuasu committed Oct 27, 2024
1 parent 78f035e commit 4841279
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 @@ -14,11 +14,11 @@ repos:
rev: 24.10.0
hooks:
- id: black-jupyter
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
name: isort (python)
# - repo: https://github.com/pycqa/isort
# rev: 5.13.2
# hooks:
# - id: isort
# name: isort (python)
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v19.1.1
hooks:
Expand Down

0 comments on commit 4841279

Please sign in to comment.