make pylint happy
This commit is contained in:
@@ -70,6 +70,9 @@ skips = ["B101"]
|
||||
[tool.pylint.master]
|
||||
ignore = "tests,examples"
|
||||
|
||||
[tool.pylint.format]
|
||||
max-line-length = 120
|
||||
|
||||
[tool.pylint.messages_control]
|
||||
# black is taking care of this
|
||||
disable = "bad-continuation,fixme"
|
||||
disable = "bad-continuation,fixme,wrong-import-order,wrong-import-position"
|
||||
|
||||
Reference in New Issue
Block a user