Skip to content

Commit

Permalink
pre-commit: remove docformat hook
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed May 9, 2024
1 parent 2ab7e9f commit ce5d065
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce5d065

Please sign in to comment.