From 96fc51c6cac1be25f073a2f729048a87101eefd1 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Sat, 16 Nov 2024 10:43:01 -0700 Subject: [PATCH] added pythonpath to .toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 775a583..a26a4c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,9 @@ minversion = "8.0" testpaths = [ "basicrta/tests", ] +pythonpath = [ + "." +] [tool.black] line-length = 80