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
Â
Â
Flake8 is a static code analysis tool for Python. It is supported by setting the formatting to PyLint: --format=pylint
.
#!/bin/bash
flake8 --format=pylint
Â
Â