Skip to content

Commit bcfe1b2

Browse files
izaitsevfbpytorchmergebot
authored andcommitted
Add initial bc-linter configuration (#161319)
Preparation for pytorch/test-infra#7016 Currently merging this PR is a noop change for PyTorch repo (bc-linter is not looking at the config yet). Pull Request resolved: #161319 Approved by: https://github.com/seemethere, https://github.com/ZainRizvi
1 parent 419a2db commit bcfe1b2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.bc-linter.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 1
2+
paths:
3+
include:
4+
- "**/*.py"
5+
exclude:
6+
- ".*"
7+
- ".*/**"
8+
- "**/.*/**"
9+
- "**/.*"
10+
- "**/_*/**"
11+
- "**/_*.py"
12+
- "**/test/**"
13+
- "**/benchmarks/**"
14+
- "**/test_*.py"
15+
- "**/*_test.py"

0 commit comments

Comments
 (0)