Flake8

Flake8 is a static code analysis tool for Python. It is supported by setting the formatting to PyLint: --format=pylint.

Shell command

#!/bin/bash flake8 --format=pylint

Example for Bamboo