prophet/.deepsource.toml

11 lines
232 B
TOML
Raw Normal View History

version = 1
test_patterns = ["python/fbprophet/tests/**"]
exclude_patterns = ["R/**", "notebooks/**", "docs/**", "examples/**"]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"