All checks were successful
CI / test (push) Successful in 14s
Co-authored-by: Copilot <copilot@github.com>
17 lines
224 B
YAML
17 lines
224 B
YAML
extends: default
|
|
|
|
ignore: |
|
|
.git/
|
|
.venv/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
|
|
rules:
|
|
document-start: disable
|
|
line-length:
|
|
max: 120
|
|
truthy:
|
|
allowed-values: ["true", "false"]
|
|
check-keys: false
|