Skip to content

Commit

Permalink
disables docformatter too for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufour committed Oct 5, 2024
1 parent 17fe119 commit 5fce014
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ repos:
additional_dependencies:
- types-PyYAML
- types-python-dateutil
- repo: https://github.com/PyCQA/docformatter
rev: v1.7.5
hooks:
- id: docformatter
# Disabling this too because it also fails on Github. Sigh.
# - repo: https://github.com/PyCQA/docformatter
# rev: v1.7.5
# hooks:
# - id: docformatter
# Disable interrogate until the version gets upgraded so it doesn't fail on GH...
# - repo: https://github.com/econchick/interrogate
# rev: 1.5.0
Expand Down

0 comments on commit 5fce014

Please sign in to comment.