1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00
Files
incus/.deepsource.toml

21 lines
262 B
TOML
Raw Permalink Normal View History

version = 1
test_patterns = [
"test/**",
"*_test.go"
]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"
[[analyzers]]
name = "go"
enabled = true
[analyzers.meta]
import_paths = ["github.com/lxc/incus"]