github.com/treeverse/lakefs@v1.24.1-0.20240520134607-95648127bfb0/clients/python-wrapper/lakefs/.pylintrc (about)

     1  [FORMAT]
     2  
     3  # Maximum number of characters on a single line.
     4  max-line-length=120
     5  
     6  [DESIGN]
     7  # Maximum number of locals for function / method body
     8  max-locals=25
     9  # Maximum number of arguments for function / method
    10  max-args=10
    11  # Maximum number of class attributes
    12  max-attributes=10
    13  
    14  [MESSAGES CONTROL]
    15  disable=too-few-public-methods, fixme
    16  
    17  [MISCELLANEOUS]
    18  
    19  # List of note tags to take in consideration, separated by a comma.
    20  notes=FIXME,XXX,TODO