Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for searching recursively #6

Open
Sentient07 opened this issue Jan 24, 2016 · 1 comment
Open

Support for searching recursively #6

Sentient07 opened this issue Jan 24, 2016 · 1 comment

Comments

@Sentient07
Copy link

Suppose my codebase is of this structure, it'd be nice to recursively run the script for all the .py files.

  • src/
    • driver.py
      • DB/
        • DBHelper.py
        • Analyze/
          • file1.py
          • file2.py
        • Helper/
          • HelperClasses.py
@xZise
Copy link
Owner

xZise commented May 29, 2016

Shouldn't flake8 already do it? The stand alone feature is basically just a gimmick to easily test/use it without requiring flake8. So this is a bit low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants