Unverified Commit 0ce85af2 authored by anj-s's avatar anj-s Committed by GitHub
Browse files

add info about PEP8 style guide (#651)


Co-authored-by: default avatarAnjali Sridhar <anj@devfair0443.h2.fair>
parent 861b5ce2
...@@ -47,6 +47,7 @@ outlined on that page and do not file a public issue. ...@@ -47,6 +47,7 @@ outlined on that page and do not file a public issue.
## Coding Style ## Coding Style
* We follow the [PEP8](https://www.python.org/dev/peps/pep-0008/) style guide.
* In your editor, install the [editorconfig](https://editorconfig.org/) extension * In your editor, install the [editorconfig](https://editorconfig.org/) extension
which should ensure that you are following the same standards as us. which should ensure that you are following the same standards as us.
* Please run black and isort before opening up your PR. * Please run black and isort before opening up your PR.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment