From e80228bbf2e424f2867f474020efeca36fec43f9 Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Tue, 15 Oct 2024 06:33:26 +0000
Subject: [PATCH] Add new file

---
 pyproject.toml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 pyproject.toml

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..488bef4
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,6 @@
+[tool.pytest.ini_options]
+pythonpath = "src"
+
+[tool.pyright]
+strict = ["src"]
+exclude = ["**/__pycache__"]
-- 
GitLab