exclude_paths:
  - venv/
  - .github/
  - .git/
warn_list:  # or 'skip_list' to silence them completely
  - experimental  # all rules tagged as experimental
  - yaml[line-length]
  - schema[meta]
