tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

pylintrc (468B)


      1 [MESSAGES CONTROL]
      2 
      3 disable=abstract-class-not-used,bad-continuation,bad-indentation,duplicate-code,fixme,invalid-name,line-too-long,locally-disabled,locally-enabled,missing-docstring,star-args,too-few-public-methods,too-many-arguments,too-many-branches,too-many-instance-attributes,too-many-lines,too-many-locals,too-many-public-methods,too-many-statements,wrong-import-order,wrong-import-position
      4 
      5 [REPORTS]
      6 
      7 reports=no
      8 
      9 [VARIABLES]
     10 
     11 dummy-variables-rgx=^_.*$|dummy