File: .pylintrc

package info (click to toggle)
pdd 1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 228 kB
  • sloc: python: 548; sh: 30; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
[MESSAGES CONTROL]
disable=
  attribute-defined-outside-init,
  broad-except,
  consider-using-f-string,
  invalid-name,
  missing-docstring,
  too-few-public-methods,
  too-many-nested-blocks,
[FORMAT]
max-line-length=139