File: pylintrc

package info (click to toggle)
python-logi-circle 0.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 300 kB
  • sloc: python: 1,685; xml: 16; sh: 5; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 224 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[MASTER]
reports=no
max-line-length=120
max-args=8
good-names=id


disable=
  protected-access,
  too-many-instance-attributes,
  too-many-public-methods,
  too-many-arguments


[EXCEPTIONS]
overgeneral-exceptions=Exception