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

Native TOML support for tox #460

Merged
merged 21 commits into from
Oct 14, 2024
Merged

Native TOML support for tox #460

merged 21 commits into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    c3e08e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2456d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0830fd5 View commit details
    Browse the repository at this point in the history
  4. Fix linting

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5e37c5f View commit details
    Browse the repository at this point in the history
  5. Forgot comma

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a2fac2d View commit details
    Browse the repository at this point in the history
  6. Fix toml-sort

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    d966e98 View commit details
    Browse the repository at this point in the history
  7. Sort overrides

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8bb4130 View commit details
    Browse the repository at this point in the history
  8. Fix tests with globbing

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    bcd541e View commit details
    Browse the repository at this point in the history
  9. Try PurePath

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7758c6a View commit details
    Browse the repository at this point in the history
  10. Try PosixPath

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f57ea8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd6cced View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8e0fb8 View commit details
    Browse the repository at this point in the history
  13. Remove length in filter

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a65a0ea View commit details
    Browse the repository at this point in the history
  14. Check length

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    5ea14b2 View commit details
    Browse the repository at this point in the history
  15. Try startswith

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a9f6951 View commit details
    Browse the repository at this point in the history
  16. Fix test

    dstansby committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    64193a4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7d99c7c View commit details
    Browse the repository at this point in the history
  18. Restore .git folder

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7b21e0f View commit details
    Browse the repository at this point in the history
  19. Revert "Restore .git folder"

    This reverts commit 7b21e0f.
    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b223145 View commit details
    Browse the repository at this point in the history
  20. Revert "__pycache__ can feature anywhere"

    This reverts commit 7d99c7c.
    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    79ca850 View commit details
    Browse the repository at this point in the history
  21. Simplify David's solution

    paddyroddy committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9c2516f View commit details
    Browse the repository at this point in the history