Moved PyLint config back to pyproject.toml
This commit is contained in:
parent
cb4afbac07
commit
527bfeb7ec
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +0,0 @@
|
|||
[MESSAGES CONTROL]
|
||||
|
||||
disable=fixme,C,R
|
||||
max-line-length = 88
|
||||
|
|
@ -70,3 +70,7 @@ force_grid_wrap = 0
|
|||
use_parentheses = true
|
||||
ensure_newline_before_comments = true
|
||||
line_length = 88
|
||||
|
||||
[tool.pylint.'MESSAGES CONTROL']
|
||||
disable = "fixme,C,R"
|
||||
max-line-length = 88
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue