18 lines
234 B
TOML
18 lines
234 B
TOML
|
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
|