mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
12 lines
No EOL
177 B
INI
12 lines
No EOL
177 B
INI
[flake8]
|
|
exclude =
|
|
squashfs-root
|
|
build
|
|
dist
|
|
|
|
[coverage:run]
|
|
source = beeref
|
|
|
|
[tool:pytest]
|
|
norecursedirs = squashfs-root
|
|
addopts = --cov-report html --cov-config=setup.cfg |