From 5fce0141a9e8a3452ed99e0a487734e67206e766 Mon Sep 17 00:00:00 2001 From: Allan Beaufour Date: Sat, 5 Oct 2024 19:33:29 -0400 Subject: [PATCH] disables docformatter too for now... --- .pre-commit-config.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6663a3..7764a41 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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