From ca4cfa3d3b5b8255099df1c8ac1e491e3948c6f2 Mon Sep 17 00:00:00 2001 From: Dante Date: Wed, 27 Jul 2022 08:34:49 -0400 Subject: [PATCH] Add code standards --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 26a8b68..880050a 100644 --- a/README.md +++ b/README.md @@ -101,4 +101,9 @@ The response will be a JSON message: "chain": , "status": <"success" or "fail"> } -``` \ No newline at end of file +``` + +## 🔎 Code Standards + +- All Python code is formatted to PEP 8 and linted with `pylint`. +- See `lint.sh` for details. \ No newline at end of file