Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.github/workflows/main: run pylint on all
api
sub-modules
Add `--extension-pkg-whitelist=pydantic` flag to `pylint` command to load cython library for the below error: ``` api/config.py:8:0: E0611: No name 'EmailStr' in module 'pydantic' (no-name-in-module) ``` Reference link for adding the flag: pydantic/pydantic#992 Signed-off-by: Jeny Sadadia <[email protected]>
- Loading branch information