Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flake8 e501 line too long #8

Merged
merged 2 commits into from
Jan 1, 2024
Merged

Conversation

benhovinga
Copy link
Owner

Got them all. flake8 now returns no errors

./aamva_standard/test_barcode.py:116:80: E501 line too long (109 > 79 characters)
./aamva_standard/test_barcode.py:141:80: E501 line too long (89 > 79 characters)
./aamva_standard/test_barcode.py:144:80: E501 line too long (123 > 79 characters)
./aamva_standard/test_barcode.py:147:80: E501 line too long (89 > 79 characters)
./aamva_standard/test_barcode.py:149:80: E501 line too long (176 > 79 characters)
./aamva_standard/test_barcode.py:150:80: E501 line too long (176 > 79 characters)
./aamva_standard/test_barcode.py:153:80: E501 line too long (89 > 79 characters)
./aamva_standard/test_barcode.py:154:80: E501 line too long (85 > 79 characters)
./aamva_standard/test_barcode.py:156:80: E501 line too long (188 > 79 characters)
./aamva_standard/test_barcode.py:159:80: E501 line too long (89 > 79 characters)
./aamva_standard/test_barcode.py:160:80: E501 line too long (91 > 79 characters)
./aamva_standard/test_barcode.py:162:80: E501 line too long (188 > 79 characters)
./aamva_standard/test_barcode.py:171:80: E501 line too long (84 > 79 characters)
./aamva_standard/barcode.py:22:80: E501 line too long (82 > 79 characters)
./aamva_standard/barcode.py:39:80: E501 line too long (98 > 79 characters)
./aamva_standard/barcode.py:41:80: E501 line too long (87 > 79 characters)
./aamva_standard/barcode.py:42:80: E501 line too long (110 > 79 characters)
./aamva_standard/barcode.py:45:80: E501 line too long (135 > 79 characters)
./aamva_standard/barcode.py:48:80: E501 line too long (118 > 79 characters)
./aamva_standard/barcode.py:50:80: E501 line too long (123 > 79 characters)
./aamva_standard/barcode.py:66:80: E501 line too long (85 > 79 characters)
./aamva_standard/barcode.py:67:80: E501 line too long (129 > 79 characters)
@benhovinga benhovinga self-assigned this Jan 1, 2024
@benhovinga benhovinga merged commit 1c5310e into dev Jan 1, 2024
5 checks passed
@benhovinga benhovinga deleted the fix_flake8_E501_line_too_long branch January 1, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant