← back to FashionCrawler

.pylintrc

20 lines

[MASTER]
persistent=no
jobs=1  # >1 hides results

[MESSAGES CONTROL]
disable=line-too-long,
        super-init-not-called,
        c-extension-no-member,
        arguments-differ,
        logging-fstring-interpolation,

enable=logging-not-lazy

[MISCELLANEOUS]

# List of note tags to take in consideration, separated by a comma.
notes=FIXME,
      XXX,
      TODO
ignore=/opt/homebrew