---
extends: default
ignore:
  - molecule
  - venv
rules:
  braces:
    max-spaces-inside: 1
  comments:
    min-spaces-from-content: 1
  comments-indentation: false
  line-length:
    max: 180
  octal-values:
    forbid-implicit-octal: true
    forbid-explicit-octal: true
...
