mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
Signed-off-by: Edward Yang <ezyang@meta.com> Pull Request resolved: https://github.com/pytorch/pytorch/pull/166858 Approved by: https://github.com/albanD
17 lines
221 B
YAML
17 lines
221 B
YAML
version: 1
|
|
paths:
|
|
include:
|
|
- "**/*.py"
|
|
exclude:
|
|
- ".*"
|
|
- ".*/**"
|
|
- "**/.*/**"
|
|
- "**/.*"
|
|
- "**/_*/**"
|
|
- "**/_*.py"
|
|
- "**/test/**"
|
|
- "**/benchmarks/**"
|
|
- "**/test_*.py"
|
|
- "**/*_test.py"
|
|
- "tools/**"
|