Skip to content
Snippets Groups Projects
.pylintrc 217 B
[MASTER]
disable=
    C0114, # missing-module-docstring
    C0116, # missing-function-docstring
    W0603,  # global-statement
    C0103,   # invalid-name
    R0913  # too-many-arguments

[FORMAT]
max-line-length=110