Skip to content

Commit

Permalink
Add code standards
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Jul 27, 2022
1 parent c65f266 commit ca4cfa3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,9 @@ The response will be a JSON message:
"chain": <chain_id>,
"status": <"success" or "fail">
}
```
```

## 🔎 Code Standards

- All Python code is formatted to PEP 8 and linted with `pylint`.
- See `lint.sh` for details.

0 comments on commit ca4cfa3

Please sign in to comment.