Skip to content

Commit

Permalink
Refactor pre-commit hooks configuration to disable docformatter due t…
Browse files Browse the repository at this point in the history
…o current issues.
  • Loading branch information
fbriol committed Oct 29, 2024
1 parent 24759cc commit bb41db6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ repos:
additional_dependencies:
- toml
files: \.py(?:i)?
- repo: https://github.com/myint/docformatter
rev: "v1.7.5"
hooks:
- id: docformatter
# - repo: https://github.com/myint/docformatter
# rev: "v1.7.5"
# hooks:
# - id: docformatter
- repo: https://github.com/cheshirekow/cmake-format-precommit
rev: "v0.6.13"
hooks:
Expand Down

0 comments on commit bb41db6

Please sign in to comment.