D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
cloudlinux
/
venv
/
lib64
/
python3.11
/
site-packages
/
prospector
/
profiles
/
profiles
/
Filename :
no_pep8.yaml
back
Copy
allow-shorthand: false pylint: disable: - line-too-long - too-many-lines - trailing-whitespace - missing-final-newline - unnecessary-semicolon - multiple-statements - C0322 - C0323 - C0324 pycodestyle: run: false # TODO: remove this in prospector 2.0 - here for legacy backwards compat pep8: run: false