From 3701d4fe1ed01b18cd50d9fe7c27a3e1c9fb1cc3 Mon Sep 17 00:00:00 2001 From: HAOCHENYE <21724054@zju.edu.cn> Date: Sat, 7 Oct 2023 19:16:25 +0800 Subject: [PATCH] update pre-commit cfg --- .pre-commit-config-zh-cn.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config-zh-cn.yaml b/.pre-commit-config-zh-cn.yaml index 7395970e6a..20c20f1d3a 100644 --- a/.pre-commit-config-zh-cn.yaml +++ b/.pre-commit-config-zh-cn.yaml @@ -19,6 +19,7 @@ repos: - id: check-yaml - id: end-of-file-fixer - id: requirements-txt-fixer + exclude: requirements/docs.txt - id: double-quote-string-fixer - id: check-merge-conflict - id: fix-encoding-pragma