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
|
||||
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
|
||||
loguru
|
||||
aiofiles
|
||||
pydantic==1.8.2
|
||||
kubernetes-asyncio==22.6.5
|
||||
aiobotocore
|
||||
redis>=4.2.0rc1
|
||||
|
Loading…
Reference in New Issue
Block a user