Remove baichuan script from excludes
This commit is contained in:
parent
1a738a5d1d
commit
12f53d9752
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-lint.yml
vendored
2
.github/workflows/python-lint.yml
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue