/opt/cloudlinux/venv/lib/python3.11/site-packages/prospector/profiles/profiles
NameSizeModeActions
default.yaml1000644editdlrm
doc_warnings.yaml480644editdlrm
flake8.yaml1560644editdlrm
full_pep8.yaml8730644editdlrm
member_warnings.yaml820644editdlrm
no_doc_warnings.yaml2710644editdlrm
no_member_warnings.yaml830644editdlrm
no_pep8.yaml3480644editdlrm
no_test_warnings.yaml1750644editdlrm
strictness_high.yaml8180644editdlrm
strictness_low.yaml10660644editdlrm
strictness_medium.yaml18360644editdlrm
strictness_none.yaml1510644editdlrm
strictness_veryhigh.yaml5940644editdlrm
strictness_verylow.yaml8330644editdlrm
test_warnings.yaml230644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/prospector/profiles/profiles/strictness_high.yaml (818B)
allow-shorthand: false inherits: - strictness_veryhigh ignore-patterns: - ^setup.py$ pylint: disable: - trailing-whitespace - missing-final-newline - too-few-public-methods - too-many-public-methods - deprecated-lambda - bad-builtin - star-args - global-statement - assignment-from-none - unused-format-string-key - W5103 options: max-locals: 15 max-returns: 6 max-branches: 15 max-statements: 60 min-public-methods: 1 max-public-methods: 20 max-line-length: 99 pycodestyle: options: max-line-length: 99 disable: - E304 - E265 - E266 - W291 - W292 - W391 - N811 - N812 - N813 - N814 pyroma: disable: - PYR15 - PYR18 - PYR17 pydocstyle: disable: - D400 - D401