1
0
mirror of https://github.com/satwikkansal/wtfpython synced 2024-06-01 19:08:04 +02:00

Added .deepsource.toml file for continuous analysis on bug risks/performance/code-quality issues

Signed-off-by: ankitdobhal <dobhal.ankit@protonmail.com>
This commit is contained in:
ankitdobhal 2021-03-20 01:45:14 -04:00
parent bfccb718de
commit 696093a0d5

9
.deepsource.toml vendored Normal file
View File

@ -0,0 +1,9 @@
version = 1
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"