mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
python: pylint workflow import-error(E0401) ignore
This commit is contained in:
2
.github/workflows/lint-python.yml
vendored
2
.github/workflows/lint-python.yml
vendored
@ -37,4 +37,4 @@ jobs:
|
||||
|
||||
- name: Lint Pylint
|
||||
run: |
|
||||
pylint ./**/*.py --rcfile=.pylintrc
|
||||
pylint ./**/*.py --rcfile=.pylintrc --disable=import-error
|
||||
|
||||
Reference in New Issue
Block a user