File: .pylintrc

package info (click to toggle)
python-lsp-server 1.12.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 796 kB
  • sloc: python: 7,791; sh: 12; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 444 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
23
24
25
26
27
28
29
30
31
[FORMAT]

max-line-length = 120

[MESSAGES CONTROL]

enable =
    useless-suppression

disable =
    duplicate-code,
    invalid-name,
    fixme,
    missing-docstring,
    protected-access,
    too-few-public-methods,
    too-many-arguments,
    too-many-instance-attributes,
    import-error,
    consider-using-f-string,
    logging-fstring-interpolation

[REPORTS]

reports = no

[TYPECHECK]

generated-members =
    pylsp_*
    cache_clear