diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b5ea84b..5e65da6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -69,10 +69,10 @@ repos: rev: v3.28.0 -- repo: https://github.com/PyCQA/docformatter - rev: v1.7.5 - hooks: - - id: docformatter +# - repo: https://github.com/PyCQA/docformatter +# rev: v1.7.5 +# hooks: +# - id: docformatter - repo: https://github.com/abravalheri/validate-pyproject rev: v0.18