mirror of
https://github.com/satwikkansal/wtfpython
synced 2025-07-04 20:38:06 +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:
parent
bfccb718de
commit
696093a0d5
1 changed files with 9 additions and 0 deletions
9
.deepsource.toml
vendored
Normal file
9
.deepsource.toml
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
enabled = true
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue