Code cleanup
This commit is contained in:
parent
2bfb988460
commit
994e83dbeb
46 changed files with 261 additions and 318 deletions
|
|
@ -72,3 +72,7 @@ force_grid_wrap = 0
|
|||
use_parentheses = true
|
||||
ensure_newline_before_comments = true
|
||||
line_length = 88
|
||||
|
||||
[tool.pylint.'MESSAGES CONTROL']
|
||||
disable = "C0330, C0326, W1202, W0511, C, R"
|
||||
max-line-length = 88
|
||||
Loading…
Add table
Add a link
Reference in a new issue