summaryrefslogtreecommitdiff
path: root/.yamllint
blob: 8e4d4a38852b74a7df94eea66dbf7a3258e48333 (plain)
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