File: .pylintrc

package info (click to toggle)
python-taskipy 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 436 kB
  • sloc: python: 1,262; makefile: 16; sh: 1
file content (19 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[MASTER]
disable=
      C0114,
      R0201,
      W0702,
      C0411,
      R0903,
      R0915,
      W0703,
      W0707,
      R1732,
      R1737

[FORMAT]
max-line-length=1000
no-docstring-rgx=^.*
const-rgx=^.*
variable-rgx=[a-z_][a-z0-9_]{0,30}$
missing-module-docstring=^.*