mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
16 lines
177 B
TOML
16 lines
177 B
TOML
|
version = 1
|
||
|
|
||
|
exclude_patterns = [
|
||
|
".*"
|
||
|
]
|
||
|
|
||
|
test_patterns = [
|
||
|
"bench/tests/**"
|
||
|
]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "python"
|
||
|
enabled = true
|
||
|
dependency_file_paths = [
|
||
|
"requirements.txt"
|
||
|
]
|