Fix some PEP 8 issues

This commit is contained in:
sebthom
2022-02-01 06:29:24 +01:00
parent 3e619a2a84
commit 92dbc6615b
3 changed files with 4 additions and 4 deletions

View File

@@ -100,7 +100,7 @@ logging-modules = "logging"
[tool.pylint.messages_control]
# https://pylint.pycqa.org/en/latest/technical_reference/features.html#messages-control-options
disable= [
"bare-except",
"broad-except",
"missing-docstring",
"multiple-imports",
"multiple-statements",