style: set 88 as a line length limit
continuous-integration/drone/push Build is failing Details

pull/35/head
Inex Code 2023-07-19 16:49:35 +03:00
parent a757dc7cc1
commit 5bee124500
3 changed files with 9 additions and 0 deletions

4
.flake8 Normal file
View File

@ -0,0 +1,4 @@
[flake8]
max-line-length = 80
select = C,E,F,W,B,B950
extend-ignore = E203, E501

View File

@ -1,3 +1,6 @@
[MASTER]
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
extension-pkg-whitelist=pydantic
[FORMAT]
max-line-length=88

View File

@ -23,6 +23,8 @@ let
uvicorn
redis
strawberry-graphql
flake8-bugbear
flake8
]);
in
pkgs.mkShell {