---
extends: default

locale: en_US.UTF-8

ignore: |
  .git/
  .mypy_cache/
  .venv/

rules:
  line-length:
    max: 100
    level: warning
  truthy:
    allowed-values: ['false', 'off', 'no', 'on', 'true', 'yes']
