Skip to content

elpassion/danger-flake8

Repository files navigation

Build Status PyPI Python versions

danger-flake8

Danger python plugin for displaying flake8 lint results

Example output

Installation

# install danger-js
npm install -g danger
# install danger-python
pip install danger-python
# install danger-flake8
pip install danger-flake8
# modify dangerfile.py to include plugin
# run danger-python on CI
danger-python ci

Add following to the dangerfile.py:

import danger_flake8

danger_flake8.lint()

License

danger-flake8 is released under an MIT license. See LICENSE for more information.

About

Danger python plugin to display flake8 lint results

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages