From 7b07364aedb244ae98205e9ad8a6afff8cbef473 Mon Sep 17 00:00:00 2001 From: LZHgrla Date: Wed, 29 Nov 2023 14:53:51 +0800 Subject: [PATCH] fix pre-commi-config --- .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 b9caf5b..4e4dba9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -exclude: ^tests/data/ +exclude: ^(tests/data/|requirements.txt) repos: - repo: https://gitee.com/openmmlab/mirrors-flake8 rev: 5.0.4