Add gitcommitbear
[integration/test.git] / .coafile
1 [GitCommit]
2 bears = GitCommitBear
3 ignore_length_regex = Signed-off-by,
4     Also-by,
5     Co-authored-by,
6     http://,
7     https://
8
9 [Python]
10 bears = PEP8Bear
11 files = **/*.py
12 ignore = .*/**
13 max_line_length = 120
14 pydocstyle_ignore = D203, D213, D301