12 lines
169 B
TOML
12 lines
169 B
TOML
|
version = 1
|
||
|
|
||
|
test_patterns = ["tests/**"]
|
||
|
|
||
|
exclude_patterns = ["docker/**"]
|
||
|
|
||
|
[[analyzers]]
|
||
|
name = "python"
|
||
|
enabled = true
|
||
|
|
||
|
[analyzers.meta]
|
||
|
runtime_version = "3.x.x"
|