Add lintrunner as dev dependency (#125304)

As per title. We expect people to use it before pushing any PR.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/125304
Approved by: https://github.com/Skylion007
This commit is contained in:
albanD 2024-05-01 20:07:59 +00:00 committed by PyTorch MergeBot
parent 197612c84c
commit c99617706e

View File

@ -14,6 +14,7 @@ filelock
networkx
jinja2
fsspec
lintrunner
# setuptools was removed from default python install
setuptools ; python_version >= "3.12"
packaging