From c05dde70e8317a052f09a933e89bbc1bc760bd58 Mon Sep 17 00:00:00 2001 From: Justin Flannery Date: Sat, 1 Aug 2026 12:58:20 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(style):=20allow=20attribute=20d?= =?UTF-8?q?ocstrings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 1 - template/.pre-commit-config.yaml | 1 - tests/example-project/.pre-commit-config.yaml | 1 - 3 files changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71d28f4..4782267 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,6 @@ repos: - id: check-yaml exclude: mkdocs.yaml - id: check-ast - - id: check-docstring-first - id: check-merge-conflict - id: mixed-line-ending diff --git a/template/.pre-commit-config.yaml b/template/.pre-commit-config.yaml index 6743d1c..3dd8e74 100644 --- a/template/.pre-commit-config.yaml +++ b/template/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: - id: check-yaml exclude: mkdocs.yaml - id: check-ast - - id: check-docstring-first - id: check-merge-conflict - id: mixed-line-ending - id: no-commit-to-branch diff --git a/tests/example-project/.pre-commit-config.yaml b/tests/example-project/.pre-commit-config.yaml index 6743d1c..3dd8e74 100644 --- a/tests/example-project/.pre-commit-config.yaml +++ b/tests/example-project/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: - id: check-yaml exclude: mkdocs.yaml - id: check-ast - - id: check-docstring-first - id: check-merge-conflict - id: mixed-line-ending - id: no-commit-to-branch