Update .deepsource.toml

This commit is contained in:
DeepSource Bot 2022-02-11 06:33:32 +00:00
parent e0f489bfb2
commit b81470dc39
1 changed files with 5 additions and 2 deletions

View File

@ -7,5 +7,8 @@ name = "go"
enabled = true enabled = true
[analyzers.meta] [analyzers.meta]
import_paths = ["github.com/anacrolix/torrent"] import_root = "github.com/anacrolix/torrent"
[[transformers]]
name = "gofumpt"
enabled = true