Skip to content

Commit

Permalink
ci: disable docformatter until its fixed
Browse files Browse the repository at this point in the history
also bump deps
  • Loading branch information
amitkparekh committed Oct 28, 2024
1 parent be5f009 commit 05b60a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ default_install_hook_types: ["commit-msg", "pre-commit"]

repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: v3.29.1
rev: v3.29.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down Expand Up @@ -75,14 +75,14 @@ repos:
- id: prettier
types_or: [html, javascript, shell, yaml, json]

- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
types: [python]
args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# types: [python]
# args: [--in-place, --wrap-summaries=99, --wrap-descriptions=99]

- repo: https://github.com/charliermarsh/ruff-pre-commit
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.6.2"
hooks:
- id: ruff
Expand Down
6 changes: 3 additions & 3 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05b60a5

Please sign in to comment.