From 5ddecaaea81c12ccd9c12d900453ff08223388fb Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 15 Aug 2024 10:52:58 -0400 Subject: [PATCH] Add `reservations` to known first-party packages list --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 63b71aa..76df0d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,6 +95,7 @@ known-first-party = [ "membershipworks", "paperwork", "rentals", + "reservations", "tasks", ] section-order = ["future", "standard-library", "django", "third-party", "first-party", "local-folder"]