17 lines
204 B
TOML
17 lines
204 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"**/test_*.py"
|
|
]
|
|
|
|
exclude_patterns = [
|
|
"frappe/patches/**",
|
|
"*.min.js"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|