Skip to content

Commit

Permalink
Replace call to deprecated validate_pyproject command (#4363)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed May 17, 2024
2 parents ef853fd + 96d681a commit 7208628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/generate_validation_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def generate_pyproject_validation(dest: Union[str, PathLike]):
cmd = [
sys.executable,
"-m",
"validate_pyproject.vendoring",
"validate_pyproject.pre_compile",
f"--output-dir={dest}",
"--enable-plugins",
"setuptools",
Expand Down

0 comments on commit 7208628

Please sign in to comment.