quickfix: pydantic / lint fix (#452)

* backend: use latest pydantic again, fix pylint with custom .pylintrc (as suggested in pydantic/pydantic#1961)
This commit is contained in:
Ilya Kreymer 2023-01-10 18:54:11 -08:00 committed by GitHub
parent 56a6d7a5d8
commit edfb1bd513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -25,4 +25,5 @@ jobs:
- name: Lint Check
run: |
pylint backend/btrixcloud/
cd backend/
pylint btrixcloud/

2
backend/.pylintrc Normal file
View File

@ -0,0 +1,2 @@
[MASTER]
extension-pkg-whitelist=pydantic

View File

@ -3,7 +3,6 @@ fastapi==0.71.0
fastapi-users[mongodb]==9.2.2
loguru
aiofiles
pydantic==1.8.2
kubernetes-asyncio==22.6.5
aiobotocore
redis>=4.2.0rc1