Add pylint to CI pipeline

This commit is contained in:
Milan Stute
2020-12-02 16:18:57 +01:00
parent 91e204f8a2
commit adb658d04d
4 changed files with 13 additions and 2 deletions
+3
View File
@@ -12,3 +12,6 @@ use_parentheses = True
ensure_newline_before_comments = True
line_length = 88
[pylint]
disable = C, R, W0511
max-line-length = 88