From ae8847b6acfa0767c6d5ba2a5e8bf532fabd6a34 Mon Sep 17 00:00:00 2001 From: Dmitry Tikhomirov Date: Tue, 14 Nov 2023 21:35:04 +0300 Subject: [PATCH] Temporary skipped _templates cause couldn't find the problem there --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 038c4d7c..74495fe5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,7 @@ repos: hooks: - id: rstcheck language_version: python3.10 + exclude: ^docs/_templates/ - repo: https://github.com/pre-commit/mirrors-isort rev: v5.10.1