Code Review Assistant for Bitbucket
Breadcrumbs

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

grafik-20231114-122937.png