---
exclude_paths:
  - '.github/'
  - '.py'
parseable: true
use_default_rules: true
skip_list:
  - var-naming[no-role-prefix]
  - command-instead-of-module
...
