From 12f53d9752ecd6a46b6f137bf7b39be2a39185ba Mon Sep 17 00:00:00 2001 From: Galunid Date: Sat, 18 Nov 2023 21:18:47 +0100 Subject: [PATCH] Remove baichuan script from excludes --- .github/workflows/python-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-lint.yml b/.github/workflows/python-lint.yml index 224e8e09d..27725f480 100644 --- a/.github/workflows/python-lint.yml +++ b/.github/workflows/python-lint.yml @@ -17,4 +17,4 @@ jobs: uses: py-actions/flake8@v2 with: ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E704" - exclude: "examples/*,examples/*/**,*/**/__init__.py,convert-baichuan-hf-to-gguf.py" + exclude: "examples/*,examples/*/**,*/**/__init__.py"