File: .pylintrc

package info (click to toggle)
microsoft-authentication-extensions-for-python 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: python: 1,062; sh: 24; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[MESSAGES CONTROL]
good-names=
    logger
disable=
    consider-using-f-string,  # For Python < 3.6
    super-with-arguments,  # For Python 2.x
    raise-missing-from,  # For Python 2.x
    trailing-newlines,
    useless-object-inheritance