Preview: strictness_veryhigh.yaml
Size: 594 B
/proc/self/root/opt/cloudlinux/venv/lib/python3.11/site-packages/prospector/profiles/profiles/strictness_veryhigh.yaml
# This will enable almost every single warning
allow-shorthand: false
ignore-patterns:
- (^|/)\..+
pylint:
disable:
- fixme
- bad-continuation
options:
max-locals: 15
max-returns: 6
max-branches: 12
max-statements: 50
max-parents: 7
max-attributes: 7
min-public-methods: 2
max-public-methods: 20
max-module-lines: 1000
max-line-length: 79
mccabe:
options:
max-complexity: 10
pycodestyle:
options:
max-line-length: 79
single-line-if-stmt: n
pyroma:
disable:
- PYR19
- PYR16
pydocstyle:
disable:
- D000
Directory Contents
Dirs: 0 × Files: 16