Skip to content

Commit

Permalink
fix(gazelle): Don't ignore 'setup.py' files when running Gazelle.
Browse files Browse the repository at this point in the history
  • Loading branch information
dougthor42 committed Dec 26, 2024
1 parent 922929b commit 16698ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gazelle/pythonconfig/pythonconfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ const (
// defaultIgnoreFiles is the list of default values used in the
// python_ignore_files option.
var defaultIgnoreFiles = map[string]struct{}{
"setup.py": {},
}

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

0 comments on commit 16698ca

Please sign in to comment.