---
extends: default

rules:
  document-start: disable
  line-length:
    max: 999
    allow-non-breakable-words: true
    allow-non-breakable-inline-mappings: true
  key-duplicates: enable
  truthy: disable
ignore: |
  .tox
