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:
parent
56a6d7a5d8
commit
edfb1bd513
3
.github/workflows/lint.yaml
vendored
3
.github/workflows/lint.yaml
vendored
@ -25,4 +25,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint Check
|
- name: Lint Check
|
||||||
run: |
|
run: |
|
||||||
pylint backend/btrixcloud/
|
cd backend/
|
||||||
|
pylint btrixcloud/
|
||||||
|
2
backend/.pylintrc
Normal file
2
backend/.pylintrc
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[MASTER]
|
||||||
|
extension-pkg-whitelist=pydantic
|
@ -3,7 +3,6 @@ fastapi==0.71.0
|
|||||||
fastapi-users[mongodb]==9.2.2
|
fastapi-users[mongodb]==9.2.2
|
||||||
loguru
|
loguru
|
||||||
aiofiles
|
aiofiles
|
||||||
pydantic==1.8.2
|
|
||||||
kubernetes-asyncio==22.6.5
|
kubernetes-asyncio==22.6.5
|
||||||
aiobotocore
|
aiobotocore
|
||||||
redis>=4.2.0rc1
|
redis>=4.2.0rc1
|
||||||
|
Loading…
Reference in New Issue
Block a user