Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
PtPrashantTripathi authored Jul 23, 2024
1 parent 0d12781 commit 9b8c1b7
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,3 @@ repos:
- id: debug-statements
- id: check-merge-conflict

- repo: https://github.com/ambv/black
rev: 22.3.0
hooks:
- id: black
language_version: python3

- repo: https://github.com/myint/docformatter
rev: v1.4
hooks:
- id: docformatter
args: [
-i,
--wrap-summaries=120,
--wrap-descriptions=120,
--pre-summary-newline,
]

0 comments on commit 9b8c1b7

Please sign in to comment.