mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-06-01 23:30:43 +00:00
* 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
11 lines
No EOL
232 B
TOML
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" |