An unofficial Python interface for obtaining metrics from Supermicro BMCs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[flake8] |
|
select = B,B9,C,D,DAR,E,F,N,RST,S,W |
|
ignore = E203,E501,RST201,RST203,RST301,W503 |
|
max-line-length = 80 |
|
max-complexity = 10 |
|
docstring-convention = google |
|
per-file-ignores = |
|
tests/*:S101 |
|
*/__init__.py:F401
|
|
|