You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+22-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,16 @@ To try this out locally:
6
6
-`source .venv/bin/activate` to use that virtual environment.
7
7
-`poetry install` to install project dependencies.
8
8
9
-
VSCode is recommended for development. You can try [these instructions](https://www.pythoncheatsheet.org/blog/python-projects-with-poetry-and-vscode-part-1)
9
+
VSCode is recommended for development.
10
+
- For formatting, the project uses the [Black](https://github.com/psf/black) code formatter, and the
0 commit comments