Skip to content

Commit

Permalink
temporarily comment out docformatter
Browse files Browse the repository at this point in the history
  • Loading branch information
kafitzgerald authored Oct 16, 2024
1 parent 524c0de commit 6ebcf67
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ repos:
args: ['--in-place', '--recursive', '--style', 'google']
require_serial: true

- repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257
rev: v1.7.5
hooks:
- id: docformatter
args: [--in-place]

# - repo: https://github.com/PyCQA/docformatter # To format the doc strings to conform PEP257
# rev: v1.7.5
# hooks:
# - id: docformatter
# args: [--in-place]
#
- repo: https://github.com/pre-commit/pre-commit-hooks # Some common pre-commit hooks
rev: v4.6.0
hooks:
Expand Down

0 comments on commit 6ebcf67

Please sign in to comment.