Create .deepsource.toml

pull/2/head
Who? 2024-09-11 01:43:05 +07:00 committed by GitHub
parent 525d4b1297
commit 890c2652b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 18 additions and 0 deletions

18
.deepsource.toml 100644
View File

@ -0,0 +1,18 @@
version = 1
exclude_patterns = ["hikka/qr.py"]
[[analyzers]]
name = "shell"
enabled = true
[[analyzers]]
name = "javascript"
enabled = true
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"