Skip to content

Commit 16698ca

Browse files
committed
fix(gazelle): Don't ignore 'setup.py' files when running Gazelle.
Fixes #2108
1 parent 922929b commit 16698ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gazelle/pythonconfig/pythonconfig.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ const (
126126
// defaultIgnoreFiles is the list of default values used in the
127127
// python_ignore_files option.
128128
var defaultIgnoreFiles = map[string]struct{}{
129-
"setup.py": {},
130129
}
131130

132131
// Configs is an extension of map[string]*Config. It provides finding methods

0 commit comments

Comments
 (0)