Files
app-ethereum/tests/speculos/setup.cfg
2022-06-28 15:11:20 +02:00

21 lines
449 B
INI

[tool:pytest]
addopts = --strict-markers
[pylint]
disable = C0114, # missing-module-docstring
C0115, # missing-class-docstring
C0116, # missing-function-docstring
C0103, # invalid-name
R0801, # duplicate-code
R0913 # too-many-arguments
extension-pkg-whitelist=hid
[pycodestyle]
max-line-length = 90
[mypy-hid.*]
ignore_missing_imports = True
[mypy-pytest.*]
ignore_missing_imports = True