---
extends: default

rules:
  comments:
    min-spaces-from-content: 1

  line-length:
    max: 120

ignore: |
  .tox
