diff options
Diffstat (limited to '.coafile')
-rw-r--r-- | .coafile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -26,3 +26,14 @@ pylint_enable = too-many-function-args, singleton-comparison ignore = .tox/** + +[rst] +bears = reSTLintBear +ignore = + .tox/** + +[md] +bears = MarkdownBear +ignore = + .tox/** + |