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