From aa0cebb3ec515103b2ed3d0b06ef7c7b386428a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=A8=E6=B3=93?= Date: Thu, 23 Jun 2022 14:21:25 +0800 Subject: [PATCH] ignore dst_processor temporary --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 26bc773b..c7e2fcad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: rev: 3.8.3 hooks: - id: flake8 - exclude: thirdparty/|examples/ + exclude: thirdparty/|examples/|modelscope/preprocessors/space/fields/dst_processors.py - repo: https://github.com/timothycrosley/isort rev: 4.3.21 hooks: