gulp-flake8
v0.0.7
Published
Gulp plugin for Flake8.
Downloads
20
Readme
Gulp Flake8
Gulp task for flake8.
Installation
npm install gulp-flake8Usage
var gulp = require('gulp');
var gulpFlake8 = require('gulp-flake8');
gulp.task('isort', function () {
return gulp.src('**/*')
.pipe(gulpFlake8())
.pipe(gulpFlake8.failOnError());
});License
Gulp Flake8 is Copyright (c) 2016 sophilabs, inc. It is free software, and may be redistributed under the terms specified in the license file.
About
Gulp Flake8 is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.

