Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] 📦 Move packaging to PEP 517 in-tree backend #1009

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

📦 Move packaging to PEP 517 in-tree backend

5138892
Select commit
Loading
Failed to load commit list.
Draft

[DNM] 📦 Move packaging to PEP 517 in-tree backend #1009

📦 Move packaging to PEP 517 in-tree backend
5138892
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Sep 10, 2024 in 4s

5 new alerts

New alerts in code changed by this pull request

  • 5 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 14 in packaging/pep517_backend/_backend.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of '_python_version_tuple' is not used.

Check notice on line 44 in packaging/pep517_backend/_backend.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 316 in packaging/pep517_backend/_backend.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 13 in packaging/pep517_backend/hooks.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'build_sdist' is not used.
Import of 'build_wheel' is not used.
Import of 'prepare_metadata_for_build_wheel' is not used.

Check notice on line 21 in packaging/pep517_backend/hooks.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'build_editable' is not used.
Import of 'prepare_metadata_for_build_editable' is not used.