Allow configuration of custom browser profile

This commit is contained in:
sebthom
2022-02-17 14:02:19 +01:00
parent 7ee2d533df
commit 26bef5e574
5 changed files with 42 additions and 20 deletions

View File

@@ -144,7 +144,8 @@ disable= [
"missing-docstring",
"multiple-imports",
"multiple-statements",
"no-self-use"
"no-self-use",
"too-few-public-methods"
]
[tool.pylint.miscelaneous]