1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00
Files
incus/.deepsource.toml
Stéphane Graber a442ffa4ec deepsource: Update for Incus
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
2023-08-30 00:46:19 -04:00

21 lines
262 B
TOML

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"]