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

     1  [FORMAT]
     2  
     3  # Maximum number of characters on a single line.
     4  max-line-length=120
     5  
     6  [MESSAGES CONTROL]
     7  disable=
     8      unused-argument,
     9      import-outside-toplevel,
    10      protected-access,
    11      missing-class-docstring,
    12      missing-function-docstring,
    13      missing-module-docstring,
    14      too-few-public-methods,
    15      no-member,
    16      fixme,
    17  
    18  [MISCELLANEOUS]
    19  
    20  # List of note tags to take in consideration, separated by a comma.
    21  notes=FIXME,XXX,TODO