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

achurchard/style fixes #35

Merged
merged 24 commits into from
Jun 29, 2023
Merged

achurchard/style fixes #35

merged 24 commits into from
Jun 29, 2023

Commits on Jun 27, 2023

  1. isort

    Andy Churchard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    88846d1 View commit details
    Browse the repository at this point in the history
  2. Fix weird codecs import

    Andy Churchard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c728b8f View commit details
    Browse the repository at this point in the history
  3. Black style fixes

    Andy Churchard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c3f6e35 View commit details
    Browse the repository at this point in the history
  4. Clean up some existing pylint exemptions

    Andy Churchard committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    bf9586f View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Fix W1203: Use lazy % formatting in logging functions

    Andy Churchard committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    fc2c7d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    149bdf9 View commit details
    Browse the repository at this point in the history
  3. Fix R0201: Method could be a function

    Andy Churchard committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a068897 View commit details
    Browse the repository at this point in the history
  4. Fix R0201: Method could be a function

    Andy Churchard committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    f900ded View commit details
    Browse the repository at this point in the history
  5. Fix R0903: Too few public methods

    Andy Churchard committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3db137b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a74990 View commit details
    Browse the repository at this point in the history
  7. Fix R1705: Unnecessary "elif" after "return"

    Andy Churchard committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7956449 View commit details
    Browse the repository at this point in the history
  8. Fix comment line too long

    Andy Churchard committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    490fd0c View commit details
    Browse the repository at this point in the history
  9. Fix variable is assigned to but never used

    Andy Churchard committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    46ee2b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix W0703: Catching too general exception Exception

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9738241 View commit details
    Browse the repository at this point in the history
  2. Make defined constants clearer and more consistent

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    74fa50f View commit details
    Browse the repository at this point in the history
  3. Try pipeline update

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    217553a View commit details
    Browse the repository at this point in the history
  4. Run checks on all pushes

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4872592 View commit details
    Browse the repository at this point in the history
  5. Create fake git init

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e1d12bd View commit details
    Browse the repository at this point in the history
  6. Fix lazy interpolation (missed by Pylint)

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    98dddf3 View commit details
    Browse the repository at this point in the history
  7. Add back workflow restriction on push

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3ffdee6 View commit details
    Browse the repository at this point in the history
  8. Back out pipeline changes

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3b7d19a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a13ab92 View commit details
    Browse the repository at this point in the history
  10. Fix errant spaces in error strings.

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    77620f9 View commit details
    Browse the repository at this point in the history
  11. Add use of black for formatting to setup.md

    Andy Churchard committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ee4b817 View commit details
    Browse the repository at this point in the history