File: .yamllint

package info (click to toggle)
python-aioswitcher 4.0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 13,528 kB
  • sloc: python: 4,324; makefile: 53
file content (16 lines) | stat: -rw-r--r-- 214 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
extends: default

locale: en_US.UTF-8

ignore: |
  .git/
  .mypy_cache/
  .venv/

rules:
  line-length:
    max: 100
    level: warning
  truthy:
    allowed-values: ['false', 'off', 'no', 'on', 'true', 'yes']