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

Extract common parts with Graylint into Darkgraylib #501

Merged
merged 30 commits into from
Mar 8, 2024
Merged

Commits on Mar 8, 2024

  1. Move code from command_line.py to Darkgraylib

    Move parts which are also needed by Graylint.
    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c7ce127 View commit details
    Browse the repository at this point in the history
  2. Move code from __main__.py to Darkgraylib

    Move parts which are also needed by Graylint.
    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6e0dbc5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4e8e4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    debcbe1 View commit details
    Browse the repository at this point in the history
  5. Inherit DarkerConfig from BaseConfig

    It's in `darkgraylib.config`.
    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a43bc33 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c8170af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    77af0de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3124fc4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6673891 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0cccd56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    20a67cb View commit details
    Browse the repository at this point in the history
  12. Consider darkgraylib and graylint first party

    Affects import ordering done by isort.
    akaihola committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c91fd65 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    095c769 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4752fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    56c34b3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c39ca16 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    92d12a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4965138 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e86947c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e2cdd62 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    825fa7a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    68fe848 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    eb842ab View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1479fa4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3fca1df View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c754942 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a27b9cf View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a3615b3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e230240 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    889844a View commit details
    Browse the repository at this point in the history