0.0.7 • Published 7 years ago

gulp-flake8 v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Gulp Flake8

travis coverage npm downloads js-semistandard-style license dependencies dev-dependencies

Gulp task for flake8.

Installation

npm install gulp-flake8

Usage

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

sophilabs

Gulp Flake8 is maintained and funded by sophilabs, inc. The names and logos for sophilabs are trademarks of sophilabs, inc.

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago