---
extends: default

rules:
  comments:
    min-spaces-from-content: 1
  document-start: disable
  line-length:
    max: 999
    allow-non-breakable-words: true
    allow-non-breakable-inline-mappings: true
  key-duplicates: enable
  truthy:
    allowed-values: ['true', 'false', 'on']
  indentation:
    level: error
    indent-sequences: consistent
ignore: |
  .tox
