Switch to pre-commit for rstcheck
[integration/test.git] / .coafile
index 2c65d054525d1457ab7b4ab19192a67f32d9d24a..5b849f5614a1034273a6a9988f22933636f4f450 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -1,14 +1,5 @@
-[GitCommit]
-bears = GitCommitBear
-ignore_length_regex = Signed-off-by,
-    Also-by,
-    Co-authored-by,
-    http://,
-    https://
-
 [Python]
 bears = PEP8Bear
 files = **/*.py
 ignore = .*/**
 max_line_length = 120
-pydocstyle_ignore = D203, D213, D301