lint : fix

This commit is contained in:
Georgi Gerganov 2024-04-28 21:42:58 +03:00
parent 1545550ec2
commit 491f2339bb
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 2 additions and 1 deletions

View file

@ -21,4 +21,4 @@ jobs:
uses: py-actions/flake8@v2
with:
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
exclude: "examples/*,examples/*/**,*/**/__init__.py/convert-hf-to-gguf-update.py"
exclude: "examples/*,examples/*/**,*/**/__init__.py,convert-hf-to-gguf-update.py"