Use a fedora container for dnf dependency. Add a pylintrc file to the project with 120 max line length and docstrings ignored.
7 lines
143 B
INI
7 lines
143 B
INI
[FORMAT]
|
|
max-line-length=120
|
|
|
|
[MESSAGES CONTROL]
|
|
disable=missing-module-docstring,
|
|
missing-class-docstring,
|
|
missing-function-docstring
|