From 7cf5353ca0ded3c03132d84e8aa3abf215fc8de0 Mon Sep 17 00:00:00 2001 From: oliviasculley Date: Tue, 3 Oct 2023 18:07:29 -0400 Subject: [PATCH] add ssort to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97ed3c9..21e9dd0 100644 --- a/README.md +++ b/README.md @@ -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.