openSUSE / obs-service-go_modules

OBS Source Service to download, verify, and vendor Go module dependency sources
GNU General Public License v2.0
19 stars 18 forks source link

Fix #29 config flake8 to ignore E501 long lines and revert flake8 shortened lines #30

Closed jfkw closed 1 year ago

jfkw commented 1 year ago

Add configuration to ignore flake8 warning E501 about long lines. Revert previous E501 changes recommended by flake8. This will reduce overall diff for security reviewers and assist automatic rebase of open PRs currently in review.