Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: usethis-python/usethis-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: usethis-python/usethis-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.15.1
Choose a head ref
  • 10 commits
  • 19 files changed
  • 2 contributors

Commits on Jul 15, 2025

  1. Configuration menu
    Copy the full SHA
    83944dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    341e99f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. Clarify opening paragraph in README (#859)

    * Update README.md
    
    Clarify leading paragraph
    
    * Wording tweaks
    
    * Wording and grammar tweaks
    nathanjmcdougall authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    b8b8331 View commit details
    Browse the repository at this point in the history
  2. Grammar in Manage the README vs. Manage README (#860)

    * Grammar in `Manage a README` vs. `Manage README`
    
    * Grammar in `Manage the README` vs. `Manage README`
    
    * Grammar in `Manage the README` vs. `Manage README`
    nathanjmcdougall authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    f34677b View commit details
    Browse the repository at this point in the history
  3. Implement Dependency.to_requirements_string (#861)

    * Implement `Dependency.to_requirements_string`
    
    * Use `Dependency.to_requirements_string()` in `Dependency.__str__`
    nathanjmcdougall authored Jul 16, 2025
    Configuration menu
    Copy the full SHA
    daff557 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. For Import Linter, Fix INP config glob pattern, add its config when a… (

    #864)
    
    * For Import Linter, Fix INP config glob pattern, add its config when adding ruff
    
    * Update test to reflect new behaviour
    nathanjmcdougall authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    d6e9ad6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2025

  1. Support uv v0.8.0 (#867)

    * Use `--no-managed-python` in `Setup dependencies` step of CI
    
    * Bump the uv lower bound to make `--no-managed-python` available
    
    * Bump dev version of Python to 3.10.18
    
    * Bump uv lower bound in README
    
    * Pin the Python version explicitly in CI
    
    * In tests which sentinel for version bumps, use `requires-python` rather than `.python-version`
    
    This is since the latter can now change dynamically in CI.
    We need something for determining usethis's minimum supported Python verion.
    nathanjmcdougall authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    02c2a50 View commit details
    Browse the repository at this point in the history
  2. Update guidance on checking uv version to reflect change to `uv sel…

    …f version` from `uv version` (#868)
    nathanjmcdougall authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    257e49f View commit details
    Browse the repository at this point in the history
  3. Don't break Ruff TOML config when adding Import Linter (#865)

    * Add failing tests
    
    * Use `_set_value_in_existing` in `TOMLFileManager.extend_list` to avoid deep nesting bug.
    
    * Rework `RuleConfig` docstring for clarity
    
    * Tweak test output in `test_inp_rules_dont_break_config`
    
    * Fix incorrect issue number in comments
    
    * Weaken test to drop irrelevant output
    
    * Generalize and strengthen `test_dependencies_added`
    
    * Set CWD explicitly in `test_target_python_version` tests
    
    * use `uv_init_dir` in `test_inp_rules_dont_break_config` test
    
    This might focus Import Linter to build a graph of an actual package rather than looking inan unrelated lib dir
    nathanjmcdougall authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    685d685 View commit details
    Browse the repository at this point in the history
  4. Add changelog for v0.15.1 (#871)

    * Add changelog for v0.15.1
    
    * Tweak wording
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
    nathanjmcdougall and Copilot authored Jul 18, 2025
    Configuration menu
    Copy the full SHA
    aa8cdcd View commit details
    Browse the repository at this point in the history
Loading