commit | 617a3f29abe469849129673ff5128ed4333c4dd3 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 09:54:47 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 09:55:08 2022 -0600 |
tree | eb76173439293e50c8ee4a9eb96734943f122cda | |
parent | 476a7e99ae00560c5b72b6d6f1b3b44fde5f3634 [diff] |
format-code: pycodestyle: add some compatibility for black/flake8 Black has some formatting defaults that disagree with pycodestyle. Add options to pycodestyle to disable all default-disabled checks plus two that are incompatible with black. This allows commits to get in to other repos in preparation for black/flake8 roll-out. When we switch to black/flake8 these two extras will also be disabled in flake8. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I86b4e2d21c7a89c40b98aadc3074a554201af93d
Build script for CI jobs in Jenkins.