mirror of
https://github.com/devine-dl/devine.git
synced 2025-01-21 18:56:17 +00:00
14 lines
186 B
TOML
14 lines
186 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
|