python-efl/.pylintrc

11 lines
327 B
INI
Raw Normal View History

2021-11-17 22:22:27 -08:00
[MESSAGES CONTROL]
#enable=
disable=consider-using-f-string, # for older python we still support
redundant-u-string-prefix, # for older python we still support
invalid-name, # seems too pedantic to me
2021-11-17 22:22:27 -08:00
missing-function-docstring,
missing-class-docstring,
missing-module-docstring,