File: pylintrc

package info (click to toggle)
python-parsel 1.6.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 332 kB
  • sloc: python: 1,467; makefile: 213; sh: 8
file content (22 lines) | stat: -rw-r--r-- 572 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[MASTER]
persistent=no

[MESSAGES CONTROL]
disable=bad-continuation,
        c-extension-no-member,
        import-error,
        invalid-name,
        line-too-long,
        missing-class-docstring,
        missing-function-docstring,
        missing-module-docstring,
        no-else-return,
        no-member,
        no-self-use,
        parse-error,
        redefined-builtin,
        too-few-public-methods,
        too-many-arguments,
        unidiomatic-typecheck,
        useless-object-inheritance,  # Required for Python 2 support
        wrong-import-position