diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index adc38b85..9c253af8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,11 +11,11 @@ repos: hooks: - id: black - - repo: https://github.com/pycqa/isort - rev: 5.8.0 - hooks: - - id: isort - args: ["--profile", "black", "--filter-files"] + #- repo: https://github.com/pycqa/isort + # rev: 5.8.0 + # hooks: + # - id: isort + # args: ["--profile", "black", "--filter-files"] - repo: https://github.com/humitos/mirrors-autoflake rev: v1.3