Skip to content

Commit 7208628

Browse files
authored
Replace call to deprecated validate_pyproject command (#4363)
2 parents ef853fd + 96d681a commit 7208628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_validation_code.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def generate_pyproject_validation(dest: Union[str, PathLike]):
1414
cmd = [
1515
sys.executable,
1616
"-m",
17-
"validate_pyproject.vendoring",
17+
"validate_pyproject.pre_compile",
1818
f"--output-dir={dest}",
1919
"--enable-plugins",
2020
"setuptools",

0 commit comments

Comments
 (0)