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

Increase code quality and fix test #1124

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Code cleanup 1

    Ruff E,W, defalts
    Daraan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0f185cf View commit details
    Browse the repository at this point in the history
  2. Check return statement

    --ignore F405,F403,F401,RET504,RET505 --exclude tests/ --select E,W,R,PIE,R
    Daraan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5bd3af8 View commit details
    Browse the repository at this point in the history
  3. flake8-bugbear

    Daraan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2a6c741 View commit details
    Browse the repository at this point in the history
  4. remove full width comma

    Daraan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2460452 View commit details
    Browse the repository at this point in the history
  5. Simplify code with SIM

    Daraan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    6f030d1 View commit details
    Browse the repository at this point in the history
  6. remove double defined function

    Daraan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    260b4b1 View commit details
    Browse the repository at this point in the history
  7. fix too long lines

    Daraan committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1c17b5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c693c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. parameterless super()

    minor changes
    Daraan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    367fc81 View commit details
    Browse the repository at this point in the history
  2. Whitespace and other E,W fixes

    Daraan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6cfc435 View commit details
    Browse the repository at this point in the history
  3. Add docstring to CDP methods

    - minor lint fixes
    Daraan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    777747e View commit details
    Browse the repository at this point in the history
  4. Avoid unbound Name Error

    Daraan committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    aeeae56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    843f371 View commit details
    Browse the repository at this point in the history