Skip to content

Commit

Permalink
added pythonpath to .toml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsexton2 committed Nov 16, 2024
1 parent 52486bb commit 96fc51c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ minversion = "8.0"
testpaths = [
"basicrta/tests",
]
pythonpath = [
"."
]

[tool.black]
line-length = 80
Expand Down

0 comments on commit 96fc51c

Please sign in to comment.