lint : fix

This commit is contained in:
Georgi Gerganov 2024-04-26 21:12:05 +03:00
parent 1b9b79dd14
commit 8791e94e3c
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
3 changed files with 4 additions and 2 deletions

View file

@ -20,5 +20,5 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "E203,E211,E221,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
ignore: "E203,E211,E221,E222,E225,E231,E241,E251,E261,E266,E501,E701,E704,W503"
exclude: "examples/*,examples/*/**,*/**/__init__.py"