4f5a1e94a7
Signed-off-by: shubhendra <withshubh@gmail.com>
17 lines
228 B
TOML
17 lines
228 B
TOML
version = 1
|
|
|
|
test_patterns = ["tests/**/test_*.py"]
|
|
|
|
exclude_patterns = [
|
|
"docs/**",
|
|
"user_data/**",
|
|
"build/helpers/**"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|