We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922929b commit 16698caCopy full SHA for 16698ca
gazelle/pythonconfig/pythonconfig.go
@@ -126,7 +126,6 @@ const (
126
// defaultIgnoreFiles is the list of default values used in the
127
// python_ignore_files option.
128
var defaultIgnoreFiles = map[string]struct{}{
129
- "setup.py": {},
130
}
131
132
// Configs is an extension of map[string]*Config. It provides finding methods
0 commit comments