Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleve committed May 13, 2023
1 parent c244103 commit 222b8c3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion rootutils/rootutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,13 @@ def setup_root(
return path


def autosetup(indicator=".project-root", project_root_env_var=True, dotenv=True, pythonpath=True, cwd=False) -> Path:
def autosetup(
indicator=".project-root",
project_root_env_var=True,
dotenv=True,
pythonpath=True,
cwd=False,
) -> Path:
"""Experimental method for less friction. Automatically inferrs `search_from` path."""

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

0 comments on commit 222b8c3

Please sign in to comment.