[default] ignore = .tox/**, .git/**, .gitignore, .gitreview, **.log, node_modules/**, **.sw?, **.orig, **/.vagrant** [git] bears = GitCommitBear ignore_length_regex = Signed-off-by, Also-by, Co-authored-by, [spacing] bears = SpaceConsistencyBear use_spaces = True enforce_newline_at_EOF = False files = ** default_actions = SpaceConsistencyBear: ApplyPatchAction [linelength] bears = LineLengthBear enabled = False max_line_length = 100 [markdown] bears = MarkdownBear files = **.markdown, **.md default_actions = MarkdownBear: ApplyPatchAction [rest] bears = RSTcheckBear, reSTLintBear files = **.rst [yaml] bears = YAMLLintBear yamllint_config = .yamllint files = **.yaml, **.yml [json] bears = JSONFormatBear files = **.json default_actions = JSONFormatBear: ApplyPatchAction [xml] bears = XMLBear enabled = False files = **.xml