D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
pylint
/
testutils
/
Filename :
testing_pylintrc
back
Copy
# A bare minimum pylintrc used for the functional tests that don't specify # their own settings. [MESSAGES CONTROL] disable= suppressed-message, locally-disabled, useless-suppression, enable= deprecated-pragma, use-symbolic-message-instead,