python: pylint workflow import-error(E0401) ignore

This commit is contained in:
sshakndr
2023-10-25 13:10:12 +07:00
parent c23a8ac47d
commit fdf55a0da2

View File

@ -37,4 +37,4 @@ jobs:
- name: Lint Pylint
run: |
pylint ./**/*.py --rcfile=.pylintrc
pylint ./**/*.py --rcfile=.pylintrc --disable=import-error