[CI] Add pylintrc for ignore tensorflow import error
authorDonghak PARK <donghak.park@samsung.com>
Fri, 2 Feb 2024 07:11:23 +0000 (16:11 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Thu, 8 Feb 2024 00:46:29 +0000 (09:46 +0900)
commit48a715b5f5af301abc7cf83208c226de5ae94f34
tree2ee5ac94f6d375c62c08872605532c600597598c
parent06998944e498b711fd5f81fae370af71a701268a
[CI] Add pylintrc for ignore tensorflow import error

Currently, there is an import error related to TensorFlow when performing a Pylint inspection.
This is a problem where import related to TensorFlow~Keras generates errors before execution because TensorFlow works on Keras-related code during runtime.
To correct this problem, create a pylintrc file and perform exception tasks.

**Changes proposed in this PR:**
- modified:   ../../.github/workflows/pylint.yml
- new file:   ../../tools/pylintrc

Resolves:
    #2450

**Self evaluation:**
1. Build test:  [X]Passed [ ]Failed [ ]Skipped
2. Run test:  [X]Passed [ ]Failed [ ]Skipped

Signed-off-by: Donghak PARK <donghak.park@samsung.com>
.github/workflows/pylint.yml
ci/pylintrc [new file with mode: 0644]
ci/requirements.txt [new file with mode: 0644]
tools/requirements.txt [deleted file]