{"id":23041260,"url":"https://github.com/sophilabs/gulp-flake8","last_synced_at":"2025-08-14T21:31:34.141Z","repository":{"id":42412694,"uuid":"62075942","full_name":"sophilabs/gulp-flake8","owner":"sophilabs","description":"Gulp plugin for Flake8","archived":false,"fork":false,"pushed_at":"2017-10-27T18:06:46.000Z","size":19,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-17T11:20:12.769Z","etag":null,"topics":["flake8","gulp-plugin"],"latest_commit_sha":null,"homepage":"https://sophilabs.co/open-source","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sophilabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-27T17:49:41.000Z","updated_at":"2020-03-25T15:17:14.000Z","dependencies_parsed_at":"2022-09-14T16:50:49.337Z","dependency_job_id":null,"html_url":"https://github.com/sophilabs/gulp-flake8","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgulp-flake8","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgulp-flake8/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgulp-flake8/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sophilabs%2Fgulp-flake8/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sophilabs","download_url":"https://codeload.github.com/sophilabs/gulp-flake8/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229865784,"owners_count":18136366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flake8","gulp-plugin"],"created_at":"2024-12-15T19:32:12.226Z","updated_at":"2024-12-15T19:32:13.004Z","avatar_url":"https://github.com/sophilabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gulp Flake8\n\n[![travis][travis-image]][travis-url]\n[![coverage][coveralls-image]][coveralls-url]\n[![npm][npm-image]][npm-url]\n[![downloads][downloads-image]][downloads-url]\n[![js-semistandard-style][semi-image]][semi-url]\n[![license][license-image]][license-url]\n[![dependencies][dependencies-image]][dependencies-url]\n[![dev-dependencies][dev-dependencies-image]][dev-dependencies-url]\n\nGulp task for flake8.\n\n## Installation\n\n```bash\nnpm install gulp-flake8\n```\n\n## Usage\n\n```javascript\nvar gulp = require('gulp');\nvar gulpFlake8 = require('gulp-flake8');\n\ngulp.task('isort', function () {\n  return gulp.src('**/*')\n    .pipe(gulpFlake8())\n    .pipe(gulpFlake8.failOnError());\n});\n```\n\n## License\n\nGulp Flake8 is Copyright (c) 2016 sophilabs, inc. It is free software, and may be\nredistributed under the terms specified in the [license] file.\n\n## About\n\n[![sophilabs][sophilabs-image]][sophilabs-url]\n\nGulp Flake8 is maintained and funded by sophilabs, inc. The names and logos for\nsophilabs are trademarks of sophilabs, inc.\n\n[license]: /LICENSE\n[sophilabs-image]: https://s3.amazonaws.com/sophilabs-assets/logo/logo_300x66.gif\n[sophilabs-url]: https://sophilabs.co\n[travis-image]: https://img.shields.io/travis/sophilabs/gulp-flake8.svg?style=flat-square\n[travis-url]: https://travis-ci.org/sophilabs/gulp-flake8\n[npm-image]: https://img.shields.io/npm/v/gulp-flake8.svg?style=flat-square\n[npm-url]: https://npmjs.org/packge/gulp-flake8\n[downloads-image]: https://img.shields.io/npm/dm/gulp-flake8.svg?style=flat-square\n[downloads-url]: https://npmjs.org/package/gulp-flake8\n[semi-image]: https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square\n[semi-url]: https://github.com/Flet/semistandard\n[coveralls-image]: https://img.shields.io/coveralls/sophilabs/gulp-flake8.svg?style=flat-square\n[coveralls-url]: https://coveralls.io/github/sophilabs/gulp-flake8?branch=master\n[license-image]: https://img.shields.io/github/license/sophilabs/gulp-flake8.svg?style=flat-square\n[license-url]: /LICENSE\n[dependencies-image]: https://david-dm.org/sophilabs/gulp-flake8.svg?style=flat-square\n[dependencies-url]: https://david-dm.org/sophilabs/gulp-flake8\n[dev-dependencies-image]: https://david-dm.org/sophilabs/gulp-flake8/dev-status.svg?style=flat-square\n[dev-dependencies-url]: https://david-dm.org/sophilabs/gulp-flake8#info=devDependencies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsophilabs%2Fgulp-flake8","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsophilabs%2Fgulp-flake8","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsophilabs%2Fgulp-flake8/lists"}