11 lines
127 B
TOML
11 lines
127 B
TOML
version = 1
|
|
|
|
exclude_patterns = [
|
|
"tests/**"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "python"
|
|
|
|
[analyzers.meta]
|
|
runtime_version = "3.x.x" |