From 99f04fd95e9320a8324d106c25d914619f199631 Mon Sep 17 00:00:00 2001 From: Bruno FS Ciconelle Date: Tue, 9 Jul 2024 10:58:07 -0300 Subject: [PATCH] lint: temporarily disable pydoclint For now pydoclint can't have global or inline checks disabled. While we don't find a solution for that, let's disable it for now. --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e4d3e3a..2b2ad5a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,11 +27,11 @@ repos: language: system types: [text] stages: [commit, push, manual] - - id: pydoclint - name: pydoclint - entry: pydoclint - language: system - types: [python] + # - id: pydoclint + # name: pydoclint + # entry: pydoclint + # language: system + # types: [python] - id: ruff name: ruff entry: ruff check