Fix python lint
This commit is contained in:
@@ -7,11 +7,16 @@ disable = C0114, # missing-module-docstring
|
||||
C0116, # missing-function-docstring
|
||||
C0103, # invalid-name
|
||||
R0801, # duplicate-code
|
||||
R0913 # too-many-arguments
|
||||
R0903, # too-few-public-methods
|
||||
R0913, # too-many-arguments
|
||||
R0914, # too-many-locals
|
||||
W0603, # global-statement
|
||||
E0401 # import-error
|
||||
extension-pkg-whitelist=hid
|
||||
max-line-length = 130
|
||||
|
||||
[pycodestyle]
|
||||
max-line-length = 90
|
||||
max-line-length = 130
|
||||
|
||||
[mypy-hid.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
Reference in New Issue
Block a user