[tool:pytest] addopts = --strict-markers [pylint] disable = C0114, # missing-module-docstring C0115, # missing-class-docstring C0116, # missing-function-docstring C0103, # invalid-name C0411, # wrong-import-order C0301, # line-too-long C0303, # trailing-whitespace C0415, # import-outside-toplevel R0801, # duplicate-code R0903, # too-few-public-methods R0913, # too-many-arguments W0511, # fixme (TODO comments) W0611, # unused-import W0612, # unused-variable W0613, # unused-argument W0621, # redefined-outer-name W1309, # f-string-without-interpolation W1510, # subprocess-run-check E0401 # import-error max-line-length=100 extension-pkg-whitelist=hid [pycodestyle] max-line-length = 100