We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef853fd commit 96d681aCopy full SHA for 96d681a
tools/generate_validation_code.py
@@ -14,7 +14,7 @@ def generate_pyproject_validation(dest: Union[str, PathLike]):
14
cmd = [
15
sys.executable,
16
"-m",
17
- "validate_pyproject.vendoring",
+ "validate_pyproject.pre_compile",
18
f"--output-dir={dest}",
19
"--enable-plugins",
20
"setuptools",
0 commit comments