From 865ea17409c57338754a1a92286caedc0c578b86 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Sat, 19 Dec 2020 16:45:47 +0000 Subject: [PATCH] Add a note about coding style --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 222ae68..f92ab19 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,7 @@ Run the server: ``` shell $ ./script/uvicorn ``` + +## Coding style + +This repo generally follows [Thread's Python coding style](https://www.notion.so/Python-Style-Guide-093dc870df7e491caa5e4a2e8c0be52f).