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

Adopt black formatting style #2349

Merged
merged 46 commits into from
Jan 4, 2024
Merged

Adopt black formatting style #2349

merged 46 commits into from
Jan 4, 2024

Commits on Jan 3, 2024

  1. fix style

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    55ac25f View commit details
    Browse the repository at this point in the history
  2. add black

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    88e067b View commit details
    Browse the repository at this point in the history
  3. add fmt exclusion

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    aa3d2aa View commit details
    Browse the repository at this point in the history
  4. add fmt exclusion

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4f274a9 View commit details
    Browse the repository at this point in the history
  5. add fmt exclusion

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    dde3872 View commit details
    Browse the repository at this point in the history
  6. add fmt exclusion

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    26bd8a9 View commit details
    Browse the repository at this point in the history
  7. add fmt exclusion

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    84fe71c View commit details
    Browse the repository at this point in the history
  8. add fmt exclusion

    giampaolo committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    5c281ed View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. add more ruff rules

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    63e579f View commit details
    Browse the repository at this point in the history
  2. fix py 2.7 compat

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    176c037 View commit details
    Browse the repository at this point in the history
  3. update branch

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    68f6978 View commit details
    Browse the repository at this point in the history
  4. add fmt exception

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    252b0cb View commit details
    Browse the repository at this point in the history
  5. add fmt exception

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    db0bcbe View commit details
    Browse the repository at this point in the history
  6. add fmt exception

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    dd2189d View commit details
    Browse the repository at this point in the history
  7. port psutil/__init__.py

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1a9843e View commit details
    Browse the repository at this point in the history
  8. add fmt exception

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0b5cb03 View commit details
    Browse the repository at this point in the history
  9. add fmt exception

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    74de546 View commit details
    Browse the repository at this point in the history
  10. port psutil/_pslinux.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    63eb273 View commit details
    Browse the repository at this point in the history
  11. port psutil/_psbsd.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    cd16e23 View commit details
    Browse the repository at this point in the history
  12. add fmt exception

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b0281d4 View commit details
    Browse the repository at this point in the history
  13. port psutil/_pswindows.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a9bbe85 View commit details
    Browse the repository at this point in the history
  14. port psutil/_psosx.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    120892f View commit details
    Browse the repository at this point in the history
  15. port psutil/_psaix.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    d09b7c9 View commit details
    Browse the repository at this point in the history
  16. port psutil/_pssunos.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8917008 View commit details
    Browse the repository at this point in the history
  17. port psutil/_psposix.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b54f10b View commit details
    Browse the repository at this point in the history
  18. progress

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    1696ee9 View commit details
    Browse the repository at this point in the history
  19. add fmt exception

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5c4fc59 View commit details
    Browse the repository at this point in the history
  20. port psutil/_common.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    8c5cd93 View commit details
    Browse the repository at this point in the history
  21. port psutil/_compat.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e9f7c52 View commit details
    Browse the repository at this point in the history
  22. progress

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a8b2212 View commit details
    Browse the repository at this point in the history
  23. port all scripts/

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    e89b973 View commit details
    Browse the repository at this point in the history
  24. port psutil/tests/__init__.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    bb9080a View commit details
    Browse the repository at this point in the history
  25. merge from master

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    78fa793 View commit details
    Browse the repository at this point in the history
  26. port psutil/tests/test_process.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    7daaad0 View commit details
    Browse the repository at this point in the history
  27. port psutil/tests/test_system.py

    Signed-off-by: Giampaolo Rodola <g.rodola@gmail.com>
    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    81a0bd6 View commit details
    Browse the repository at this point in the history
  28. port all tests

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5689b81 View commit details
    Browse the repository at this point in the history
  29. last port

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    584b7dd View commit details
    Browse the repository at this point in the history
  30. update Makefile

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    426bdd2 View commit details
    Browse the repository at this point in the history
  31. update deps

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    0fef4a9 View commit details
    Browse the repository at this point in the history
  32. fix py 2.7 compat

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    ae67214 View commit details
    Browse the repository at this point in the history
  33. fix TypeError

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    55d3c4a View commit details
    Browse the repository at this point in the history
  34. make lint happy

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    81f5884 View commit details
    Browse the repository at this point in the history
  35. update HISTORY

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    24402e9 View commit details
    Browse the repository at this point in the history
  36. satisfy deps

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    a505691 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    63c3f8b View commit details
    Browse the repository at this point in the history
  38. fix syntax err on win

    giampaolo committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    be38045 View commit details
    Browse the repository at this point in the history