1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
extends: default ignore: | /.venv/ /.tox/ /build/ /dist/ rules: document-start: disable line-length: max: 88 ignore: | /.github/*.yml /.github/workflows/*.yml truthy: # on: ... ignore: | /.github/workflows/*.yml