mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
13 lines
179 B
TOML
13 lines
179 B
TOML
version = 1
|
|
|
|
test_patterns = ["tests/test_*.py"]
|
|
|
|
exclude_patterns = ["examples/**"]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x"
|