From: Sebastián Ramírez Date: Tue, 24 Aug 2021 14:02:45 +0000 (+0200) Subject: 🔧 Add Flake8 config X-Git-Tag: 0.0.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36c4add7e5530a7c6657f79c0fe4c07c5d8f36f;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔧 Add Flake8 config --- diff --git a/.flake8 b/.flake8 new file mode 100644 index 00000000..47ef7c07 --- /dev/null +++ b/.flake8 @@ -0,0 +1,5 @@ +[flake8] +max-line-length = 88 +select = C,E,F,W,B,B9 +ignore = E203, E501, W503 +exclude = __init__.py