Skip to content

Commit

Permalink
Basta docformatter!
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn authored Feb 11, 2025
1 parent 857b672 commit 01f80f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ repos:
args: [ --select, I, --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293
hooks:
- id: docformatter
additional_dependencies: [tomli]
args: [--in-place, --config, ./pyproject.toml]
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5 # TODO: wait for https://github.com/PyCQA/docformatter/issues/293
# hooks:
# - id: docformatter
# additional_dependencies: [tomli]
# args: [--in-place, --config, ./pyproject.toml]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
hooks:
Expand Down

0 comments on commit 01f80f2

Please sign in to comment.