Remove baichuan script from excludes

This commit is contained in:
Galunid 2023-11-18 21:18:47 +01:00
parent 1a738a5d1d
commit 12f53d9752

View file

@ -17,4 +17,4 @@ jobs:
uses: py-actions/flake8@v2 uses: py-actions/flake8@v2
with: with:
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E704" 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"