Skip to content

Commit

Permalink
Merge pull request #38 from neuromorphs/37-black-and-docformatter-con…
Browse files Browse the repository at this point in the history
…flict

formatting conflicts fixed
  • Loading branch information
sheiksadique authored Jul 25, 2023
2 parents 83e0c1b + 5d584a1 commit e6a029d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repos:
args: ["--profile", "black", "--filter-files"]

- repo: https://github.com/myint/docformatter
rev: v1.6.0
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place, --wrap-summaries=88, --wrap-descriptions=88]
args: [--in-place, --black, --wrap-summaries=88, --wrap-descriptions=88]

0 comments on commit e6a029d

Please sign in to comment.