mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
Add lint to ensure .github/ pypi dependencies are pinned (#64463)
Summary: Example failing run: https://github.com/pytorch/pytorch/pull/64463/checks?check_run_id=3501249102 Pull Request resolved: https://github.com/pytorch/pytorch/pull/64463 Reviewed By: janeyx99 Differential Revision: D30744930 Pulled By: driazati fbshipit-source-id: 4dd97054db1d4c776a4512bc3d664987cd7b6d23
This commit is contained in:
committed by
Facebook GitHub Bot
parent
7e88d0b370
commit
a22c936b63
1
Makefile
1
Makefile
@ -85,6 +85,7 @@ quick_checks:
|
||||
--step 'Ensure canonical include' \
|
||||
--step 'Ensure no versionless Python shebangs' \
|
||||
--step 'Ensure no unqualified noqa' \
|
||||
--step 'Ensure GitHub PyPi dependencies are pinned' \
|
||||
--step 'Ensure no unqualified type ignore' \
|
||||
--step 'Ensure no direct cub include' \
|
||||
--step 'Ensure correct trailing newlines' \
|
||||
|
Reference in New Issue
Block a user