diff --git a/.coafile b/.coafile index fe46ad9..5dbd201 100644 --- a/.coafile +++ b/.coafile @@ -1,14 +1,14 @@ -[Default] +[all] files = **/*.py bears = SpaceConsistencyBear, LineLengthBear use_spaces = True max_line_length = 80 allow_trailing_whitespace = False -[autopep8] +[all.autopep8] bears = PEP8Bear default_actions = PEP8Bear: ApplyPatchAction -[yml] +[all.yml] bears = YAMLLintBear files = **.yml