commit | c5ad7ff440cfd94fc025efbd45a3859475b18820 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 05 10:21:40 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Dec 12 20:27:52 2022 +0000 |
tree | d43bbddcacb6359198407499f0b6848ec157caaa | |
parent | deaa350b6cba0e2107e32fdf4ce998bf2af5405e [diff] |
format-code: enable flake8 instead of pycodestyle flake8 is a more complete python linter than pycodestyle as it contains pycodestyle, pyflakes and mccabe. I have contributed fixes to all repositories so that flake8 passes, so switch from pycodestyle to flake8 and enable everywhere. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I93867773830d476809364f44ad78104241d66a2a
Build script for CI jobs in Jenkins.