Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
16
.yamllint.yml
Normal file
16
.yamllint.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user