Add DeepSource config file

This commit is contained in:
rlaphoenix 2022-07-23 15:55:37 +01:00
parent d72607b080
commit 442a5c9fd6
1 changed files with 17 additions and 0 deletions

17
.deepsource.toml Normal file
View File

@ -0,0 +1,17 @@
version = 1
exclude_patterns = [
"**_pb2.py" # protobuf files
]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"
max_line_length = 120
[[analyzers]]
name = "secrets"
enabled = false