We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829c81a commit 54ce242Copy full SHA for 54ce242
2 files changed
find-project-root/pyproject.toml
@@ -74,7 +74,6 @@ Repository = "https://github.com/adamlui/python-utils"
74
75
[project.optional-dependencies]
76
dev = [
77
- "find-project-root>=1.0.4,<2",
78
"nox>=2026.4.10",
79
"pre-commit>=4.5.1,<5",
80
"tomli>=2.4.1,<3",
find-project-root/utils/bump.py
@@ -2,7 +2,7 @@
2
from pathlib import Path
3
from types import SimpleNamespace as sn
4
5
-import find_project_root
+from src.find_project_root.api import find_project_root
6
7
from .lib import data, log, toml
8
0 commit comments