Skip to content

Commit

Permalink
Disable isort as it only creates problems
Browse files Browse the repository at this point in the history
  • Loading branch information
florianfesti committed Dec 9, 2024
1 parent 52fde3c commit 266d68a
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 @@ -43,10 +43,10 @@ repos:
- id: autoflake
args: [ --remove-all-unused-imports, --in-place, --ignore-pass-statements, ]

- 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

# A lot todo to pass test.
#- repo: https://github.com/PyCQA/flake8
Expand Down

0 comments on commit 266d68a

Please sign in to comment.