Skip to content

Commit

Permalink
add ssort to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviasculley committed Oct 3, 2023
1 parent 2e205ea commit 7cf5353
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ good idea!
the source code in the `src/` folder. We want this to stay at 10/10!
- [isort](https://pycqa.github.io/isort/index.html) via `isort src/` to make
sure that imports are in a standard order (black doesn't do this).
- [ssort](https://github.com/bwhmather/ssort) via `ssort src/` to better group
code.
- `pip freeze` to figure out which versions of depencencies to use in
`pyproject.toml`. This is only necessary if you're adding or removing a new
dependency to the project.
Expand Down

0 comments on commit 7cf5353

Please sign in to comment.