prophet/.deepsource.toml
Devdutt Shenoi 20f590b726
[python] code quality improvements (#1745)
* Add DeepSource config

* Simplify if statement

* Refactor use of dict() with empty literal

* Use set comprehension syntax

* Refactor chained comparison

* Rewrite instances of list literal within set() as set literals

* Add test_slow to class definition
2020-12-08 15:35:54 -08:00

11 lines
No EOL
232 B
TOML

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"