mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
16 lines
206 B
YAML
16 lines
206 B
YAML
|
|
version: 1
|
||
|
|
paths:
|
||
|
|
include:
|
||
|
|
- "**/*.py"
|
||
|
|
exclude:
|
||
|
|
- ".*"
|
||
|
|
- ".*/**"
|
||
|
|
- "**/.*/**"
|
||
|
|
- "**/.*"
|
||
|
|
- "**/_*/**"
|
||
|
|
- "**/_*.py"
|
||
|
|
- "**/test/**"
|
||
|
|
- "**/benchmarks/**"
|
||
|
|
- "**/test_*.py"
|
||
|
|
- "**/*_test.py"
|