From fc2c8ae00b76e48a5cd11878192759999b33e084 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sun, 5 Oct 2025 20:42:03 +0900 Subject: [PATCH] Enable doc8 check for all .rst files Fixing one too long line is enough. Change-Id: I517e6141605819ae650aa6021bf8d1c1aca4b923 Signed-off-by: Takashi Kajinami --- .pre-commit-config.yaml | 1 - README.rst | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39ef962..ba46d9b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,6 @@ repos: rev: v2.0.0 hooks: - id: doc8 - files: doc/source/.*\.rst$ - repo: https://github.com/asottile/pyupgrade rev: v3.20.0 hooks: diff --git a/README.rst b/README.rst index ec4eb7f..045cb11 100644 --- a/README.rst +++ b/README.rst @@ -19,9 +19,9 @@ collect your technical debt in a non-destructive manner. The goal of this library is to provide well documented developer facing deprecation patterns that start of with a basic set and can expand into a larger set of patterns as time goes on. The desired output of these patterns -is to apply the warnings module to emit DeprecationWarning or PendingDeprecationWarning -or similar derivative to developers using libraries (or potentially -applications) about future deprecations. +is to apply the warnings module to emit DeprecationWarning or +PendingDeprecationWarning or similar derivative to developers using libraries +(or potentially applications) about future deprecations. * Free software: Apache license