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
- Host: GitHub
- URL: https://github.com/nhsz/flake8-runner
- Owner: nhsz
- License: gpl-2.0
- Created: 2015-07-27T22:57:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T16:57:19.000Z (over 8 years ago)
- Last Synced: 2025-02-08T18:47:32.239Z (11 months ago)
- Topics: flake8, python, script
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flake8-runner
[](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
```