Skip to content

Commit

Permalink
disable isort
Browse files Browse the repository at this point in the history
  • Loading branch information
jefer94 committed Jul 4, 2024
1 parent 5939b63 commit bcd8a15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ repos:
hooks:
- id: black

- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
# - repo: https://github.com/pycqa/isort
# rev: 5.13.2
# hooks:
# - id: isort

- repo: https://github.com/PyCQA/flake8
rev: 7.1.0
Expand Down

0 comments on commit bcd8a15

Please sign in to comment.