Tadaboody / good_smell

A linting/refactoring library for python best practices and lesser-known tricks
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Feature: Calling good_smell with multiple files #75

Open qequ opened 2 years ago

qequ commented 2 years ago

Feature Requested: Be able to call good_smell with multiple files or with bash wildcard *.py

e.g. good_smell *.py

Current behavior: good_smell is only able to be called with one file at a time