From 0fe5f09de0a870a0d782d010f2cb0dfe66b4704c Mon Sep 17 00:00:00 2001 From: 283375 Date: Wed, 21 Jun 2023 02:53:42 +0800 Subject: [PATCH] style: ignore builtin template in pre-commit config --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 273404c..1c7da0e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,9 @@ repos: rev: 23.1.0 hooks: - id: black + exclude: _builtin_templates.py - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort + exclude: _builtin_templates.py