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

Add Pylint #55

Merged
merged 18 commits into from
May 16, 2024
Merged

Add Pylint #55

merged 18 commits into from
May 16, 2024

Commits on May 7, 2024

  1. Disable PSM3 in CI pipelines

    jngrad committed May 7, 2024
    Configuration menu
    Copy the full SHA
    4296b71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8392867 View commit details
    Browse the repository at this point in the history
  3. Python best coding practices

    Address pylint rules W0611, W0102, W1401, E1120, C0121, C0123, C0325, R0124, R1714.
    jngrad committed May 7, 2024
    Configuration menu
    Copy the full SHA
    3f56fbd View commit details
    Browse the repository at this point in the history
  4. Fix f-strings and incorrect indentation levels

    Address pylint rules W0311, W1309.
    jngrad committed May 7, 2024
    Configuration menu
    Copy the full SHA
    8cd26a2 View commit details
    Browse the repository at this point in the history
  5. Add pylint

    jngrad committed May 7, 2024
    Configuration menu
    Copy the full SHA
    87918d8 View commit details
    Browse the repository at this point in the history
  6. Rewrite serialization code with safer alternatives

    Address Pylint rules W0123, R1722.
    jngrad committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f116cdc View commit details
    Browse the repository at this point in the history
  7. fix sample script

    pm-blanco committed May 7, 2024
    Configuration menu
    Copy the full SHA
    736c29c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    4da1ebf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400fcc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c69038e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa4d652 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd1fc3e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    d143af7 View commit details
    Browse the repository at this point in the history
  2. Fix exit strategy

    jngrad committed May 15, 2024
    Configuration menu
    Copy the full SHA
    071813a View commit details
    Browse the repository at this point in the history
  3. remove not plot condition

    paobtorres committed May 15, 2024
    Configuration menu
    Copy the full SHA
    186978d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3c62e2 View commit details
    Browse the repository at this point in the history
  5. Fix unit system

    jngrad committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c7fff16 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    fe0fa1d View commit details
    Browse the repository at this point in the history