gh-actions: add flake8-no-print to flake8 lint step
This commit is contained in:
parent
c220e353f3
commit
8d855b177c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/python-lint.yml
vendored
1
.github/workflows/python-lint.yml
vendored
|
@ -22,3 +22,4 @@ jobs:
|
|||
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"
|
||||
plugins: "flake8-no-print"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue