Skip to content

Commit cd231f2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent acdb5b3 commit cd231f2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

grayskull/strategy/pypi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ class PypiStrategy(AbstractStrategy):
6363
def fetch_data(recipe, config, sections=None):
6464
update_recipe(recipe, config, sections or ALL_SECTIONS)
6565
if not (recipe["build"] and recipe["build"]["script"]):
66-
recipe["build"]["script"] = (
67-
"<{ PYTHON }} -m pip install . -vv"
68-
)
66+
recipe["build"]["script"] = "<{ PYTHON }} -m pip install . -vv"
6967

7068

7169
def merge_pypi_sdist_metadata(

0 commit comments

Comments
 (0)