Skip to content

Commit 222b8c3

Browse files
committed
Fix formatting
1 parent c244103 commit 222b8c3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

rootutils/rootutils.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,13 @@ def setup_root(
156156
return path
157157

158158

159-
def autosetup(indicator=".project-root", project_root_env_var=True, dotenv=True, pythonpath=True, cwd=False) -> Path:
159+
def autosetup(
160+
indicator=".project-root",
161+
project_root_env_var=True,
162+
dotenv=True,
163+
pythonpath=True,
164+
cwd=False,
165+
) -> Path:
160166
"""Experimental method for less friction. Automatically inferrs `search_from` path."""
161167

162168
# this line finds the absolute path of the original python script that is being run

0 commit comments

Comments
 (0)