diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 03e01541..75d76584 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,20 +18,3 @@ repos: - id: debug-statements - id: check-merge-conflict -- repo: https://github.com/ambv/black - rev: 22.3.0 - hooks: - - id: black - language_version: python3 - -- repo: https://github.com/myint/docformatter - rev: v1.4 - hooks: - - id: docformatter - args: [ - -i, - --wrap-summaries=120, - --wrap-descriptions=120, - --pre-summary-newline, - ] -