---
extends: default

ignore: |
  .cache/

rules:
  truthy: disable
  line-length:
    max: 160
    level: warning
