Skip to content

Enforce E501: Limit the line length to 79 for files in pmb/parse - part 1

Shubham Naik requested to merge shbhmnk/pmbootstrap:limit-chars into master

Made changes to limit the line length in following files for #1986 (closed),

  • pmb/parse/_apkbuild.py
  • pmb/parse/apkindex.py
  • pmb/parse/binfmt_info.py
  • pmb/parse/deviceinfo.py
  • test/test_parse_apkbuild.py

Added the above files in E501 flake8 command list. Substitute f-string for string concatenation.

Edited by Shubham Naik

Merge request reports

Loading