mirror of
https://github.com/thecode/ha-rpi_gpio.git
synced 2025-04-19 12:27:17 +00:00
28 lines
593 B
INI
28 lines
593 B
INI
[MASTER]
|
|
ignore=tests
|
|
# Use a conservative default here; 2 should speed up most setups and not hurt
|
|
# any too bad. Override on command line as appropriate.
|
|
jobs=2
|
|
persistent=no
|
|
|
|
[BASIC]
|
|
good-names=id,i,j,k,ex,Run,_,fp
|
|
max-attributes=15
|
|
|
|
[MESSAGES CONTROL]
|
|
# Reasons disabled:
|
|
# too-many-* - are not enforced for the sake of readability
|
|
# too-few-* - same as too-many-*
|
|
disable=
|
|
too-few-public-methods,
|
|
too-many-arguments,
|
|
too-many-public-methods,
|
|
too-many-instance-attributes,
|
|
too-many-branches
|
|
|
|
[REPORTS]
|
|
score=no
|
|
|
|
[FORMAT]
|
|
expected-line-ending-format=LF
|