Skip to content

Commit

Permalink
Add some todos
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsDrike committed Aug 5, 2024
1 parent 1ec7d93 commit cf79918
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/guides/setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
!!! bug "Work In Progress"

This page is still being written. The content below (if any) may change.
This page is missing a guide on configuring vscode to pick up poetry environment.

# Setting up the project

Expand Down
8 changes: 8 additions & 0 deletions docs/contributing/guides/style-guide.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
!!! bug "Work In Progress"

This page is missing a guide on ruff editor integration

# Style Guide

???+ abstract
Expand Down Expand Up @@ -113,6 +117,10 @@ To make ruff format your code, simply run:
ruff format .
```

### Editor integration

TODO

## Other style guidelines

While `ruff` can do a lot, it can't do everything. There are still some guidelines that you will need to read over and
Expand Down

0 comments on commit cf79918

Please sign in to comment.