---

extends: default

ignore:
  - .tox
  - .venv

rules:
  line-length:
    level: warning
    ignore:
      - .github/workflows/*
