mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
21 lines
283 B
YAML
21 lines
283 B
YAML
extends: default
|
|
|
|
rules:
|
|
truthy:
|
|
allowed-values: ['true', 'false', 'yes', 'no', 'on', 'off']
|
|
|
|
line-length:
|
|
max: 120
|
|
level: warning
|
|
|
|
comments:
|
|
min-spaces-from-content: 1
|
|
|
|
ignore: |
|
|
.venv/
|
|
.venv-audit/
|
|
output/
|
|
node_modules/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|