diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b073bf54..925e5eaac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,12 +32,6 @@ repos: - id: pyproject-fmt # https://pyproject-fmt.readthedocs.io/en/latest/#calculating-max-supported-python-version additional_dependencies: ["tox>=4.9"] - - repo: https://github.com/PyCQA/docformatter - rev: v1.7.5 - hooks: - - id: docformatter - additional_dependencies: [tomli] - args: ["--in-place", "--config", "./pyproject.toml"] ci: autoupdate_schedule: monthly diff --git a/pyproject.toml b/pyproject.toml index b8bc8ceaa..4d3616f91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,10 +43,6 @@ extend-exclude = '''( ^.*(_pb2.pyi?|_pb2_grpc.pyi?)$ )''' -[tool.docformatter] -blank = true -style = "google" - [tool.pytest.ini_options] asyncio_mode = "auto" log_auto_indent = true