Skip to content

Commit

Permalink
Remove isort from the .pre-commit-config.yaml (#1666)
Browse files Browse the repository at this point in the history
This PR fully removes the commented out `isort` code
  • Loading branch information
jbampton authored Nov 4, 2024
1 parent 25b2c2b commit fcea411
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ 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/pre-commit/mirrors-clang-format
rev: v19.1.1
hooks:
Expand Down

0 comments on commit fcea411

Please sign in to comment.