mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
This is a workaround for https://github.com/suo/lintrunner/issues/7 Pull Request resolved: https://github.com/pytorch/pytorch/pull/78668 Approved by: https://github.com/suo |
||
|---|---|---|
| .. | ||
| actionlint_linter.py | ||
| black_linter.py | ||
| circleci_linter.py | ||
| clangformat_linter.py | ||
| clangtidy_linter.py | ||
| cmake_linter.py | ||
| exec_linter.py | ||
| flake8_linter.py | ||
| grep_linter.py | ||
| mypy_linter.py | ||
| nativefunctions_linter.py | ||
| newlines_linter.py | ||
| pip_init.py | ||
| README.md | ||
| s3_init_config.json | ||
| s3_init.py | ||
| shellcheck_linter.py | ||
| testowners_linter.py | ||
| update_s3.py | ||
lintrunner adapters
These files adapt our various linters to work with lintrunner.
Adding a new linter
- init and linter
- {{DRYRUN}} and {{PATHSFILE}}
- never exit uncleanly
- Communication protocol
- Self-contained