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 errors batch 1 #4

Merged
merged 7 commits into from
Dec 31, 2023

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    11a3333 View commit details
    Browse the repository at this point in the history
  2. restyled comment to fix E501

    ./aamva_standard/issuing_authority.py:86:80: E501 line too long (80 > 79 characters)
    benhovinga committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    ed9e380 View commit details
    Browse the repository at this point in the history
  3. fix E501 on source

    ./aamva_standard/issuing_authority.py:13:80: E501 line too long (80 > 79 characters)
    benhovinga committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    1c1c2e1 View commit details
    Browse the repository at this point in the history
  4. fix E501 on get_authority_by_id

    ./aamva_standard/issuing_authority.py:92:80: E501 line too long (107 > 79 characters)
    also renamed the variable to issuing_authority as we should get a single IssuingAuthority object.
    benhovinga committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a1e64f2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a94c1f View commit details
    Browse the repository at this point in the history
  6. fix E501 on issuing_authorities_testdata

    ./aamva_standard/test_issuing_authority.py:8:80: E501 line too long (90 > 79 characters)
    ./aamva_standard/test_issuing_authority.py:9:80: E501 line too long (86 > 79 characters)
    benhovinga committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    3edb757 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. fix E501 in test_get_authority_by_id

    ./aamva_standard/test_issuing_authority.py:23:80: E501 line too long (80 > 79 characters)
    ./aamva_standard/test_issuing_authority.py:24:80: E501 line too long (91 > 79 characters)
    ./aamva_standard/test_issuing_authority.py:25:80: E501 line too long (91 > 79 characters)
    benhovinga committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    064b09b View commit details
    Browse the repository at this point in the history