mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Add .deepsource.toml
Signed-off-by: shubhendra <withshubh@gmail.com>
This commit is contained in:
parent
e315a6a0da
commit
4f5a1e94a7
16
.deepsource.toml
Normal file
16
.deepsource.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
version = 1
|
||||
|
||||
test_patterns = ["tests/**/test_*.py"]
|
||||
|
||||
exclude_patterns = [
|
||||
"docs/**",
|
||||
"user_data/**",
|
||||
"build/helpers/**"
|
||||
]
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
Loading…
Reference in New Issue
Block a user