2024-05-07 17:57:12 +00:00
|
|
|
[flake8]
|
2024-05-07 19:37:38 +00:00
|
|
|
exclude =
|
|
|
|
|
squashfs-root
|
|
|
|
|
build
|
|
|
|
|
dist
|
2024-05-07 17:57:12 +00:00
|
|
|
|
|
|
|
|
[coverage:run]
|
|
|
|
|
source = beeref
|
|
|
|
|
|
|
|
|
|
[tool:pytest]
|
|
|
|
|
norecursedirs = squashfs-root
|
|
|
|
|
addopts = --cov-report html --cov-config=setup.cfg
|