Files
pytorch/.bc-linter.yml
2025-11-03 15:42:54 +00:00

17 lines
221 B
YAML

version: 1
paths:
include:
- "**/*.py"
exclude:
- ".*"
- ".*/**"
- "**/.*/**"
- "**/.*"
- "**/_*/**"
- "**/_*.py"
- "**/test/**"
- "**/benchmarks/**"
- "**/test_*.py"
- "**/*_test.py"
- "tools/**"