Skip to content

Script that runs flake8 on every .py file from the current directory, using generators for improved efficiency

License

Notifications You must be signed in to change notification settings

nhsz/flake8-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flake8-runner

Code Climate

Overview

Script that runs flake8 on every .py file from the current directory, using generators for improved efficiency.

Requirements: Python 2.6.x or newer and flake8 package.

Usage

> cd /directory-you-want-to-analyze
> python flake8_runner.py

About

Script that runs flake8 on every .py file from the current directory, using generators for improved efficiency

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages