Skip to content

Commit

Permalink
remove black hook
Browse files Browse the repository at this point in the history
  • Loading branch information
willingc committed Nov 17, 2023
1 parent 09572be commit 1ca45eb
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,6 @@ repos:
args: [--py37-plus]
name: Upgrade code

#- repo: https://github.com/myint/docformatter
# rev: v1.5.0
# hooks:
# - id: docformatter
# args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]

- repo: https://github.com/psf/black
rev: 23.11.0
hooks:
- id: black
name: Black code
args: ["-S"]

- repo: https://github.com/executablebooks/mdformat
rev: 0.7.17
hooks:
Expand Down

0 comments on commit 1ca45eb

Please sign in to comment.