An open API service indexing awesome lists of open source software.

https://github.com/nhsz/flake8-runner

Script that runs flake8 on every .py file from the current directory, using generators for improved efficiency
https://github.com/nhsz/flake8-runner

flake8 python script

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# flake8-runner

[![Code Climate](https://codeclimate.com/github/nhquiroz/flake8-runner/badges/gpa.svg)](https://codeclimate.com/github/nhquiroz/flake8-runner)

## 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](https://www.python.org/downloads/) and [flake8](https://pypi.python.org/pypi/flake8) package.

## Usage

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