Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhongyu committed Nov 15, 2024
1 parent 1ff7f67 commit 7f204df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ repos:
name: Sort imports
args: [--line-width, "120", --profile, black]

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
name: Format docstring
additional_dependencies: [tomli]
args: [--config, pyproject.toml]
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# name: Format docstring
# additional_dependencies: [tomli]
# args: [--config, pyproject.toml]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
Expand Down

0 comments on commit 7f204df

Please sign in to comment.